parallel processing in standard library

Christian Heimes lists at cheimes.de
Fri Dec 28 08:46:10 EST 2007


Stefan Behnel wrote:
 > Well, there is one parallel processing API that already *is* part of
stdlib:
> the threading module. So the processing module would fit just nicely into the
> idea of a "standard" library.

Don't you forget the select module and its siblings for I/O bound
concurrency?

Christian




More information about the Python-list mailing list