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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to