[Zope] Zserver Broken pipe error
Dieter Maurer
dieter@handshake.de
Tue, 3 Jul 2001 21:36:51 +0200 (CEST)
rprice@collegenet.com writes:
> Once or twice a day I am getting this error reported by ZServer. Any ideas what
> may be causing it?
> ...
> 2001-07-02T22:28:25 ERROR(200) ZServer uncaptured python exception, closing
> channel <select-trigger (pipe) at 818d850> (exceptions.OSError:[Errno 11]
> Resource temporarily unavailable
This may happen, when a browser does not wait for completion
of one of its requests and closes the channel.
When ZServer tries to write the response, if finds the channel
closed -> Broken Pipe.
Dieter