run a function in another processor in python

Astan Chee astan.chee at gmail.com
Fri Dec 10 07:42:04 EST 2010


On Fri, Dec 10, 2010 at 1:37 AM, Peter Otten <__peter__ at web.de> wrote:

> I can't replicate the crash. However, your problem looks like there is a
> ready-to-use solution:
>
> http://docs.python.org/library/multiprocessing.html#using-a-pool-of-workers
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>

Pool.map doesn't seem to be able to support multiple argument functions
which is what I'm trying to do here. Any other suggestions?
Thanks again
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20101210/07d46ce3/attachment.html>


More information about the Python-list mailing list