Could you give me an example of how handling the connectionLost() could be accomplished? I'm not sure where I need to integrate that into what I've already got.
-Ray On Mon, Feb 2, 2009 at 7:32 PM, Paul Swartz <[email protected]> wrote: > On Mon, Feb 2, 2009 at 2:22 PM, ray terrill <[email protected]> > wrote: > > I've got a Twisted Conch/SSH script that I inherited which I'm using to > run > > commands remotely on some servers. I'd like to add a timeout for servers > > that are down, etc (the script currently hangs on these), but I'm not > sure > > where to add that functionality. > > It's probably hanging because you're not handling connectionLost() in > the Channel or the Transport. One of those should get called when the > connection stops (including via TCP timeout). > > -p > -- > Paul Swartz > paulswartz at gmail dot com > http://paulswartz.net/ > AIM: z3penguin > > _______________________________________________ > Twisted-Python mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python >
_______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
