[Twisted-Python] Twisted Conch SSH timeout

ray terrill rayjohnterrill at gmail.com
Wed Feb 4 11:49:44 EST 2009


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 <paulswartz at gmail.com> wrote:

> On Mon, Feb 2, 2009 at 2:22 PM, ray terrill <rayjohnterrill at gmail.com>
> 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
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20090204/9119d281/attachment.htm 


More information about the Twisted-Python mailing list