"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 server_forever is
running.

Kind regards,

Okko

serve_forever() only calls accept() in a loop. clients will be able to connect up to the backlog of the listen() call.

-Mark

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to