closing a server socket
simon place
simon_place at whsmithnet.co.uk
Fri Oct 17 15:22:23 EDT 2003
More information about the Python-list mailing list
Fri Oct 17 15:22:23 EDT 2003
- Previous message (by thread): closing a server socket
- Next message (by thread): closing a server socket
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i'm trying to see if anyone else thinks this is a bug, when you call socket.socket.close() the wrapper only marks the socket as closed, so no exception to unblock socket.socket.accept(), and you can actually still get connections on this socket? ( this may only be for windows. ) simon.
- Previous message (by thread): closing a server socket
- Next message (by thread): closing a server socket
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list