[Zope] Re: [Zope-dev] Problems with ZServer

Pavlos Christoforou pavlos@gaaros.msrc.sunysb.edu
Tue, 27 Apr 1999 12:43:12 -0400 (EDT)


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