[issue32937] Multiprocessing worker functions not terminating with a large number of processes and a manager

Antoine Pitrou report at bugs.python.org
Sat Feb 24 15:04:22 EST 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

I'm not sure... I cannot reproduce your problem on Linux, even with 50 processes and 10000 iterations, on Python 3.6.4.

Which exact version are you using?
What happens if you replace the manager Queue with a non-manager Queue?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32937>
_______________________________________


More information about the Python-bugs-list mailing list