"Laszlo Nagy" <gand...@shopzeus.com> wrote in message 
news:mailman.2032.1237300298.11746.python-l...@python.org...

> 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

Reply via email to