Select weirdness

Klaas mike.klaas at gmail.com
Mon Apr 23 16:43:26 EDT 2007


On Apr 23, 9:51 am, Ron Garret <rNOSPA... at flownet.com> wrote:
> In article <mailman.6852.1177327338.32031.python-l... at python.org>,
>  Jean-Paul Calderone <exar... at divmod.com> 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




More information about the Python-list mailing list