[issue9897] multiprocessing problems

Charles-François Natali report at bugs.python.org
Tue Nov 1 15:27:50 CET 2011


Charles-François Natali <neologix at free.fr> added the comment:

The first problem is a duplicate of issue #6056.

As for the second problem, no, it doesn't limit the number of concurrent connections. Server.serve_forever() creates a new thread for each new incoming connection.

Closing as duplicate.

----------
nosy: +neologix
resolution:  -> duplicate
status: open -> closed
superseder:  -> socket.setdefaulttimeout affecting multiprocessing Manager

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


More information about the Python-bugs-list mailing list