SocketServer.ThreadingTCPServer accepts clients outside server_forever

2008-11-09 Thread Okko Willeboordse
Hello, SocketServer.ThreadingTCPServer accepts connections (clients can connect) before and after it's server_forever method is called, see below for an example. IMHO it should only accept connections while server_forever is running. Kind regards, Okko Example, both _socket.connect calls

Re: SocketServer.ThreadingTCPServer accepts clients outside server_forever

2008-11-09 Thread Mark Tolonen
Okko Willeboordse [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, SocketServer.ThreadingTCPServer accepts connections (clients can connect) before and after it's server_forever method is called, see below for an example. IMHO it should only accept connections while