> > You could probably use the Asyncore stuff to do it as well (with a lot > less stuff).
This looked interesting. But it seems the asyncore stuff operates at the socket level, whereas I've currently just got a standard synchronous SocketServer and the socket operations themselves are kind of hidden beneath this layer. Can you point me at anything that might tell me how to combine Asyncore with SocketServer, preferably without having to mess with the internals of SocketServer too much :) Geoff -- http://mail.python.org/mailman/listinfo/python-list