[Python-Dev] Trial balloon: microthreads library in stdlib (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Feb 13 00:33:46 CET 2007


Richard Tew wrote:

The ideal mechanism at the high level would be expanding asyncore into a "one-stop shop". Where all these things can be passed into it and it can do the work to notify of events on the objects in a standard way.

+1. This sounds like an excellent idea. It's downright silly having each thing that uses async I/O doing its own thing. There should be a standard mechanism in the stdlib that everything can use.

-- Greg



More information about the Python-Dev mailing list