10 Mar
2000
10 Mar
'00
12:49 a.m.
On Tue, 7 Mar 2000 01:46:14 +0100, Alexander Limi wrote:
So, I'm quite puzzled. Is there a timeout value in ZServer/Medusa that can be tweaked?
Yes, there is a timeout value buried in ZServer. Go look in the file /usr/share/zope/ZServer/HTTPServer.py, class zhttp_channel. In the medua/http_server.py class, that timeout is *** 30 minutes ***.
When a ZServer channel has been in existence for that long, it is automatically closed, in the method kill_zombies() of that class. This may be your problem.
Initial testing shows no difference, but I will do some more testing tomorrow. Meanwhile, would it be a sensible thing to test the setup with apache/pcgi instead of ZServer directly, or is that irrelevant? Thanks for the help so far. Alexander.