[Twisted-Python] Question about "starving" the reactor

Terry Jones terry at jon.es
Mon Jun 20 13:51:35 MDT 2011


I posted to the mailing list a few years back with a Deferred class that
can log what callbacks were called, what result they returned, etc. It
would be very easy to add callback timing information to that. You'd just
insert a callback into the chain of any deferred you wanted to monitor to
have it log the timing of the various calls that were made. See:

  http://twistedmatrix.com/pipermail/twisted-python/2008-October/018535.html

T




More information about the Twisted-Python mailing list