Simple thread pools

Diez B. Roggisch deetsNOSPAM at web.de
Fri Nov 5 09:25:11 EST 2004


> I need to download 150000 files several times every day.
> How would you solve that?

How do you download them? http, ftp? What sizes, filetypes? Can they be
packed beforehand? Do you even have enough bandwitdth? From how many
servers do you query them?

As you can see, there are more than a few questions - so how about
elaborating a bit on the task you have to accomplish?


-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list