[EMAIL PROTECTED] 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to