[Twisted-Python] Dealing with an intermittent PB server
James Y Knight
foom at fuhm.net
Wed Feb 16 09:56:20 MST 2005
On Feb 15, 2005, at 11:28 PM, Jp Calderone wrote:
> On Tue, 15 Feb 2005 19:56:15 -0800, Dave Cook <daverz at gmail.com> wrote:
> Always always always use errbacks. *Especially* for Deferreds that
> can
> fail due to transient network conditions.
Really that advice applies to Nevow too. *It* should be adding an
errback to that deferred to do something useful like aborting the
connection or printing an error.
James
More information about the Twisted-Python
mailing list