[issue9897] multiprocessing problems

2011-11-01 Thread Charles-François Natali
Charles-François Natali 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. -- no

[issue9897] multiprocessing problems

2010-09-19 Thread hume
hume added the comment: ok, I refill this to fix the un-plesant words problem. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue9897] multiprocessing problems

2010-09-19 Thread Jesse Noller
Jesse Noller added the comment: hume; filing this again doesn't help. I closed issue 9851 as a duplicate of this for you. -- ___ Python tracker ___ _

[issue9897] multiprocessing problems

2010-09-19 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> jnoller nosy: +jnoller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue9897] multiprocessing problems

2010-09-19 Thread hume
New submission from hume : when use multiprocessing managers, while use socket to communicate between server process and client process, if I used the global socket timeout feature(no matter how large the value is) the client will always say File "c:\python27\lib\multiprocessing\connection.p