Re: [Bug-wget] Concurrency and wget

2012-04-11 Thread Tim Ruehsen
Am Tuesday 10 April 2012 schrieb Micah Cowan: Well, since there is no response to my previous post: is there any interest in getting that done anyway ? There's interest, sure enough. But this concurrency stuff was meant to be a Google Summer of Code project, so someone already getting

Re: [Bug-wget] Concurrency and wget

2012-04-11 Thread Anthony Bryan
On Tue, Apr 10, 2012 at 11:52 AM, Tim Ruehsen tim.rueh...@gmx.de wrote: Meanwhile, I wrote a simple proof of concept (parallel dummy downloads using threads, dummy downloading of chunks, etc.). I am at the point where I want to implement HTTP-Header metalink (RFC 6249). I just can't find any

Re: [Bug-wget] Concurrency and wget

2012-04-10 Thread Tim Ruehsen
Meanwhile, I wrote a simple proof of concept (parallel dummy downloads using threads, dummy downloading of chunks, etc.). I am at the point where I want to implement HTTP-Header metalink (RFC 6249). I just can't find any servers to test with... maybe you can help me out ? Well, since there is no

Re: [Bug-wget] Concurrency and wget

2012-04-10 Thread Micah Cowan
On 04/10/2012 08:52 AM, Tim Ruehsen wrote: Meanwhile, I wrote a simple proof of concept (parallel dummy downloads using threads, dummy downloading of chunks, etc.). I am at the point where I want to implement HTTP-Header metalink (RFC 6249). I just can't find any servers to test with... maybe

Re: [Bug-wget] Concurrency and wget

2012-04-03 Thread Tim Ruehsen
Hi Giuseppe, hi Micah, while couldn't sleep last night, I thought about wget and concurrency... I had the idea of using a top-down approach to outline what wget is doing. Just to have a overview without struggling with the details of implementation. As a side effect one would have a (textual?

Re: [Bug-wget] Concurrency and wget

2012-03-30 Thread Giuseppe Scrivano
Micah Cowan mi...@cowan.name writes: http://wget.addictivecode.org/Concurrency Lovely! Giuseppe, when you have the chance, please also update the information on the ideas page with this link. just done. I also forgot to change the mentor, it is fixed now :-) Thanks, Giuseppe