Re: [Twisted-Python] Timeout with pb callRemote

2010-01-18 Thread David Bolen
Allen Bierbaum writes: > I just tracked down a bug in one of our servers that uses twisted PB. > The long and short of it was that the server made remote calls to > clients that connected in and in some cases those clients would fall > off the network (disconnected network cable, etc) but the ser

[Twisted-Python] Timeout with pb callRemote

2010-01-18 Thread Allen Bierbaum
I just tracked down a bug in one of our servers that uses twisted PB. The long and short of it was that the server made remote calls to clients that connected in and in some cases those clients would fall off the network (disconnected network cable, etc) but the server would not detect this. I tra