Multiple threaded download streams?

Peter Hansen peter at engcorp.com
Sat Feb 25 09:08:57 EST 2006


Diez B. Roggisch wrote:
>>Use a separate thread for downloading.
> 
> Or the twisted select-reactor. No threads needed.

Although depending on what the GUI is like, and what platform is 
involved, one might still want at least a second thread for the reactor 
itself.

-Peter




More information about the Python-list mailing list