How to kill a SocketServer?

Jean-Pierre Bergamin james at ractive.ch
Mon Apr 12 16:06:18 EDT 2004


Josiah Carlson wrote:

>> Using an asynchronous server is not an option.
>
> You don't need to answer, but I'm curious as to why this is not an
> option.  Do you not have select on your platform?

Since the whole application uses much CPU power, the performance (esp. the
reaction time) of an asynchronous server is too low.

We found out that a threading server is much the better choise for this, but
we'd need a way to stop a server and start it again (wich new parameters).


Regards

James





More information about the Python-list mailing list