[Twisted-web] [twisted-web] Deferred and threads

Drew Smathers drew.smathers at gmail.com
Fri Mar 19 22:06:54 EDT 2010


On Fri, Mar 19, 2010 at 7:05 AM, Matthieu HUIN <matthieu.huin at wallix.com> wrote:
> Hello Joson,
>
> >From my understanding deferreds are independent from each other. Their
> "progress" along their callback chain is managed by the reactor and the
> way it handles and dispatches events.

I don't think that's accurate.  The reactor knows nothing about
Deferreds.  The logic for managing the callback chain is actually in
Deferred itself.



More information about the Twisted-web mailing list