How to code a downloader with multiple threads?

Just starting out? Need help? Post your questions and find answers here.
crackhead
User
User
Posts: 12
Joined: Tue Apr 06, 2010 9:26 pm

How to code a downloader with multiple threads?

Post by crackhead »

thank you
Last edited by crackhead on Fri Apr 30, 2010 6:02 pm, edited 1 time in total.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: How to code a downloader with multiple threads?

Post 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
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Post Reply