[Zope] Re: [Zope-dev] Problems with ZServer
Amos Latteier
amos@aracnet.com
Tue, 27 Apr 1999 09:41:30 -0700
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