Sockets, threads, and killing servers

brueckd at tbye.com brueckd at tbye.com
Wed Jan 9 21:26:08 EST 2002


On 9 Jan 2002, Robin Munn wrote:

> I've been playing around with the SocketServer module recently. It
[snip]

> A fully-functional example is below. Any comments? I'd be especially

The only downside is if you're on a platform that doesn't have 'select'
(e.g. Jython), but as long as that's not a problem then this way works
pretty well.





More information about the Python-list mailing list