Page 1 of 1

How to code a downloader with multiple threads?

Posted: Mon Apr 12, 2010 2:15 pm
by crackhead
thank you

Re: How to code a downloader with multiple threads?

Posted: Mon Apr 12, 2010 3:37 pm
by Rook Zimbabwe
Look at the C example here for clues... (or make it a DLL you can call with PB)

Considering this is your 2nd post this may be a bit ambitious a project...

http://curl.haxx.se/libcurl/c/multithread.html

http://curl.haxx.se/libcurl/c/10-at-a-time.html

http://curl.haxx.se/libcurl/c/chkspeed.html

considering cURL is a commandline tool you can probably control it from PB

http://curl.haxx.se/

Maybe you can untangle the DLL... there are windows versions listed and MAC and linux...

:D