Occasionally a client in our ZEO setup will lose it's connection to the ZEO Server. I suspect some user is trying to commit something that is taking excessively long, perhaps uploading a very large file. Anyway, when a client is disconnected should it not try to reconnect? The min-disconnect-poll and max-disconnect-poll are set to the default. It seems that the clients NEVER reconnect until Zope is restarted. Any suggestions on how to automate this? -- Brian Brinegar Web Systems Developer Engineering Computer Network
On Mon, Jan 29, 2007 at 11:25:20AM -0500, Brian Brinegar wrote:
Occasionally a client in our ZEO setup will lose it's connection to the ZEO Server. I suspect some user is trying to commit something that is taking excessively long, perhaps uploading a very large file.
Anyway, when a client is disconnected should it not try to reconnect? The min-disconnect-poll and max-disconnect-poll are set to the default.
It seems that the clients NEVER reconnect until Zope is restarted. Any suggestions on how to automate this?
Sounds like it might be the old "firewall decided to drop your connection without letting you know" problem. http://aspn.activestate.com/ASPN/Mail/Message/zope-list/2916870 -- Paul Winkler http://www.slinkp.com
participants (2)
-
Brian Brinegar -
Paul Winkler