[issue1641] asyncore delayed calls feature

Giampaolo Rodola' report at bugs.python.org
Sun Sep 14 21:36:54 CEST 2008


Giampaolo Rodola' <billiejoex at users.sourceforge.net> added the comment:

I try to revamp this issue by attaching a new patch which improves the
work I did against asyncore last time.
The approach proposed in this new patch is the same used in the upcoming
pyftpdlib 0.5.0 version which has been largely tested and benchmarked.
In my opinion, without the addition of an eventual paired heap module
into the stdlib there are no significant faster ways to do this than
using the common heapq module.
The patch in attachment includes:

- various changes which improve the speed execution when operating
against the heap.
- a larger test suite.
- documentation for the new class and its methods.

Josiah, do you have some time to review this?

----------
components: +Installation -Library (Lib)
Added file: http://bugs.python.org/file11490/asyncore.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1641>
_______________________________________


More information about the Python-bugs-list mailing list