On Mon, Feb 2, 2009 at 2:22 PM, ray terrill <rayjohnterr...@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@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to