[issue3789] multiprocessing deadlocks when sending large data through Queue with timeout

David Decotigny report at bugs.python.org
Sat Sep 6 02:38:35 CEST 2008


David Decotigny <com.d2 at free.fr> added the comment:

A quick fix in the user code, when we are sure we don't need the child
process if a timeout happens, is to call worker.terminate() in an except
Empty clause.

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


More information about the Python-bugs-list mailing list