multiprocessing BaseManager doesn't clean up net connections?

gaius.julius gaius.julius at gmail.com
Thu Jan 15 09:44:41 EST 2009


Hi,

Having exactly the same problem. It appears even if I explicitly call
manager's shutdown() method.

Not sure it is a bug, though.

But also didn't find anything in documentation or source code or debug
output.

On Jan 1, 8:01 am, Chris Brooks <cab... at mail.usask.ca> wrote:
> Hi,
>
> I'm trying to use remote managers in the multiprocessing module to listen
> for some events synchronously while my program goes off and does other
> things.  I use the .start() method which forks a new process to handle
> communication.  When I catch the sigint and call sys.exit() though, the
> network port is still bound even after the python interpretor finishes.
> Here is my short code and the output:
>




More information about the Python-list mailing list