Threads, signals and sockets (on UNIX)

geoffbache geoff.bache at pobox.com
Mon Jun 11 09:01:45 EDT 2007


>
> 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





More information about the Python-list mailing list