[issue4892] Sending Connection-objects over multiprocessing connections fails

Daniel Svensson report at bugs.python.org
Wed Aug 26 11:54:55 CEST 2009


Daniel Svensson <dsvensson at gmail.com> added the comment:

A typical use case would be for a server to receive a connection, and
then send that connection over to another process that does the actual
work. This used to work with pyprocessing, and the support seems to be
available in multiprocessing.c -> multiprocessing_sendfd, but not used.

----------
nosy: +dsvensson

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


More information about the Python-bugs-list mailing list