How to code a downloader with multiple threads?
How to code a downloader with multiple threads?
thank you
Last edited by crackhead on Fri Apr 30, 2010 6:02 pm, edited 1 time in total.
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: How to code a downloader with multiple threads?
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...

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...
