[issue21345] multiprocessing.Pool._handle_workers sleeps too long

R. David Murray report at bugs.python.org
Wed May 14 16:04:31 CEST 2014


R. David Murray added the comment:

I'm not that familiar with multiprocessing, but I'd guess it was to avoid burning cpu in a busy-wait (it seems to me that that doesn't matter during finalization, but does during normal running).  Maybe it could be changed to an event wait on a shutdown event?

----------
nosy: +r.david.murray
versions:  -Python 3.1, Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list