"Laszlo Nagy" <[email protected]> wrote in message news:[email protected]...
> This method is called after the connection has been closed. Is is possible > that somehow > the file handles are leaking? If I understand correctly, you call shutdown() but not close() in response to a remote disconnect. That is likely to leak handles. Check with lsof (or one of the Sysinternals tools on Windows). -- http://mail.python.org/mailman/listinfo/python-list
