[Zope-dev] ZServer uncaptured python exception
Dieter Maurer
dieter@handshake.de
Wed, 25 Jul 2001 21:48:14 +0200 (CEST)
Simon Eisenmann writes:
> when i access a directory with many files (about 2200 in our case
> (phpmanual for testing)) through the manager, i get an internal server
> error with fastcgi and apache access. If i connect directly to zserver
> everything very works well. This happens with the released zope 2.4.0
> and with beta 3. i didnt try any older versions.
>
> In debug mode the following python error ist dumped out:
>
> 2001-07-25T14:18:35 ERROR(200) ZServer uncaptured python exception,
> closing channel <FCGIChannel connected at 94961e4> (socket.error:(32,
> 'Broken pipe') [/usr/local/lib/python2.1/asynchat.py|initiate_send|213]
> [/usr/local/lib/python2.1/asyncore.py|send|330])
>
>
> Is there a data limit via fcgi?
The client closed the connection. This gives the above
"Broken pipe" exception.
I do not know, why the connection was closed, though.
Dieter