Threading and TCP server

Dennis Reinhardt DennisR at dair.com
Thu Feb 6 21:24:50 EST 2003


>  Is there a
> way to make the server alert without disconnecting the client that
> casues the long delays.

Spawn a new thread to process the socket connection to the client.  Have the
wait forever process acquire a new socket to listen.  The processing thread
releases its socket when finished.
--

Dennis Reinhardt

http://www.dair.com






More information about the Python-list mailing list