[issue8237] multiprocessing.Queue() blocks program

Jesse Noller report at bugs.python.org
Fri Mar 26 16:20:14 CET 2010


Jesse Noller <jnoller at gmail.com> added the comment:

multiprocessing.Queue.Put() acts the same as Queue.put() - if the queue is full, the put call "hangs" until the queue is no longer full. The process will not exit, as the Queue is full, and it's waiting in put.

This works as designed, unless I'm missing something painfully obvious, which is entirely possible.

----------
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list