Re: [twsocket] (temporarily) shutting down WSocketServer

2007-03-21 Thread Francois Piette
> If one were to use WSocketServer to handle multiple client connections > simultaneously, what would be the preferred method to stop the server > and therefore close all client connections? Closing the server socket doesn't break any existing connection, it just make the server stop accepting new

[twsocket] (temporarily) shutting down WSocketServer

2007-03-21 Thread entelone
If one were to use WSocketServer to handle multiple client connections simultaneously, what would be the preferred method to stop the server and therefore close all client connections? Also, this is assuming that the server will re-activate again later while the application continues to run the who