Re: ConnectionClosedError

2007-10-13 Thread George Sakkis
On Oct 13, 4:21 am, "Hendrik van Rooyen" <[EMAIL PROTECTED]> wrote: > > If restarting the server sorts it, why don't you run the server as a > subprocess in a higher level script, and exit with an error code > if the error strikes? Well as I mentioned the process doesn't exit, it is just unrespons

Re: [Pyro] ConnectionClosedError

2007-10-13 Thread Hendrik van Rooyen
"George Sakkis" wrote: > Didn't have much luck with this in the Pyro mailing list so I am > trying here, just in case. I have a Pyro server running as a daemon > process and occasionally (typically after several hours or days of > uptime) a ConnectionClosedError is r

[Pyro] ConnectionClosedError

2007-10-12 Thread George Sakkis
Didn't have much luck with this in the Pyro mailing list so I am trying here, just in case. I have a Pyro server running as a daemon process and occasionally (typically after several hours or days of uptime) a ConnectionClosedError is raised when a client calls a remote method. Both clien