[Twisted-Python] ANN: deferred howto/tutorial

Mary Gardiner mary-twisted at puzzling.org
Sat Oct 23 17:37:19 EDT 2004


On Sat, Oct 23, 2004, Andrew Bennetts wrote:
> The obvious disadvantage compared to your style is the loss of the
> direct visual association of which callbacks relate to which
> deferreds.  I'd be moderately interested in hearing how other people
> cope with that

I find it's a problem when you start chaining deferreds by returning
deferred from callbacks: not so much that it's difficult to find out
where the callback is added, but that there's no visual representation
that corresponds to the "nesting" of the callbacks.

-Mary




More information about the Twisted-Python mailing list