[Twisted-Python] DeferredList + LoopingCall

J Davis mrsalty0 at gmail.com
Sat May 31 16:34:38 EDT 2008


Hello,

I want to group several calls to a function() that returns a deferred into a
DeferredList so that I can add
callbacks that will fire once each call to function() has returned.
Furthermore, I want to arrange it so that this process repeats every X
seconds.
The problem I'm having is understanding how I can combine the concept of a
DeferredList with task.LoopingCall in this scenario. Or is that even the
right approach to take?

Thanks,
-Jake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20080531/2b98aee2/attachment.htm 


More information about the Twisted-Python mailing list