Threaded for loop

Paul Boddie paul at boddie.org.uk
Sun Jan 14 13:20:47 EST 2007


skip at pobox.com wrote:
>
> There is a module in development (processing.py) that provides an API like
> the threading module but that uses processes under the covers:
>
>     http://mail.python.org/pipermail/python-dev/2006-October/069297.html
>
> You might find that an interesting alternative.

See the promised parallel processing overview on the python.org Wiki
for a selection of different solutions:

http://wiki.python.org/moin/ParallelProcessing

Paul




More information about the Python-list mailing list