[issue17273] multiprocessing.pool.Pool task/worker handlers are not fork safe

Arun Babu Neelicattu report at bugs.python.org
Fri Feb 22 08:35:46 CET 2013


Arun Babu Neelicattu added the comment:

I should have mentioned this too,

[GOOD] Workaround:
Probably the 'correct' way to achieve what is required in the example, could be to use a managed pool.

pool = multiprocessing.Manager().Pool()

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17273>
_______________________________________


More information about the Python-bugs-list mailing list