[Twisted-Python] "Directory triggers" with kqueue using Twisted? (on MacOS X / FreeBSD)

Itamar Shtull-Trauring itamar at itamarst.org
Mon Jan 17 15:15:57 EST 2005


On Mon, 2005-01-17 at 20:52 +0100, Michal Suszko wrote:

> simpler and way faster than FIFO ping-pong. Timers can be used for
> CallLater as well...

Make sure kqueue uses a decent algorithm. Using glib timers for
callLater is *slower* than using Python for large numbers, since glib
uses a stupid O(n) algorithm.

Keep us posted on your work, it sounds very useful.






More information about the Twisted-Python mailing list