[issue31886] Multiprocessing.Pool hangs after re-spawning several worker process.

Antoine Pitrou report at bugs.python.org
Sun Oct 29 06:59:45 EDT 2017


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

Generally speaking, queues can remain in an inconsistent state after a process crash (because the process might have crashed just after acquiring a shared semaphore or sending part of a large message).  It's not obvious to me how we could make them safer, at least under Unix where there's no widely-available message-oriented communication facility that I know of.

----------
nosy: +davin, pitrou
versions: +Python 3.7

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


More information about the Python-bugs-list mailing list