Re: [twisted-web] Deferred and threads
Drew Smathers <[email protected]>
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 19, 2010 at 7:05 AM, Matthieu HUIN <[email protected]> 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.