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...@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: > -- http://mail.python.org/mailman/listinfo/python-list