Re: [Zope-dev] Problems with ZServer
At 12:39 AM 4/27/99 -0400, Pavlos Christoforou wrote:
I am running the latest version of ZServer and occasionally ZServer crashes with the following traceback:
[snip traceback]
Any ideas?
BTW, questions like this should probably be sent directly to the collector. If ZServer crashes, it's a bug. How about this for a fix: Change the line 235 in ZServer/HTTPResponse.py from self._channel.push(CallbackProducer(self._channel.done)) to self._channel.push(CallbackProducer(self._channel.done), 0) Please let me know if this fixes your problem. Thanks. -Amos
On Tue, 27 Apr 1999, Amos Latteier wrote:
At 12:39 AM 4/27/99 -0400, Pavlos Christoforou wrote:
BTW, questions like this should probably be sent directly to the collector. If ZServer crashes, it's a bug.
Ok
How about this for a fix:
Change the line 235 in ZServer/HTTPResponse.py from
self._channel.push(CallbackProducer(self._channel.done)) to self._channel.push(CallbackProducer(self._channel.done), 0)
Please let me know if this fixes your problem.
Thanks I will monitor ZServer status for a while and see what happens. Pavlos
participants (2)
-
Amos Latteier -
Pavlos Christoforou