[Python-Dev] Py3k and asyncore/asynchat

Giampaolo Rodola' gnewsg at gmail.com
Fri Feb 15 21:55:40 CET 2008


On 15 Feb, 21:36, Bill Janssen <jans... at parc.com> wrote:
> I think we should just replace the current "loop" with this (and add
> the "schedule" function).  Then other folks won't have to figure out
> how the module works and write their own loop.  I'll be happy to update
> the documentation to document it.
>
> Bill

I'm -1.
This does not permit to reset, cancel or "re-schedule" the scheduled
tasks.
Something like a connection timeout after a certain time of client's
inactivity would not be possible to implement.


More information about the Python-Dev mailing list