[Twisted-Python] Twisted Memory Leaks & Epoll

Jean-Paul Calderone exarkun at divmod.com
Wed May 2 09:17:21 EDT 2007


On Wed, 2 May 2007 01:23:05 -0700, Alec Matusis <matusis at matusis.com> wrote:
> [snip]
>
>We will try it there both with Twisted 2.2 poll and with 2.5 poll/epoll.
>I will post the results after we migrate, especially whether epoll is in
>the edge-triggered or in the level-triggered mode.

Switching to a new machine won't have any affect on whether epoll is in
edge-triggered mode or level-triggered mode.  It will remain in level-
triggered mode, since that is the only mode it currently supports. ;)

Jean-Paul




More information about the Twisted-Python mailing list