On Apr 23, 9:51 am, Ron Garret <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > > > Twisted does this out of the box, for what it's worth. > > Thanks. I will look at that.
There is also asyncore in the standard library, which is a very light pythonic wrapper around select() dispatching to handlers. Works great. -Mike -- http://mail.python.org/mailman/listinfo/python-list