newbie question about SocketServer

akameswaran at gmail.com akameswaran at gmail.com
Mon Oct 24 10:02:34 EDT 2005


After further playing - it seems that the server_close() just takes
time to execute.  I have found that if I wait a while (1-3 seconds) the
second connection will fail as well.  Locking is already built into my
handler class - so I'll just use it to prevent further connections
until server_close() completes.




More information about the Python-list mailing list