You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2000/08/16 05:48:59 UTC

Re: Pages stopping and not loading completely...

On Mon, 19 Jun 2000, Matt Sergeant wrote:

> On Mon, 19 Jun 2000, Farley, Scott wrote:
> 
> > I'm running an application Apache + mod_perl that connects to an MySQL
> > database and the pages every so often decide not fully load.  You can even
> > see the the HTML printed to the screen sometimes because the stream is
> > broken in the middle.  Some of the error messages include:
> > 
> > [Mon Jun 19 11:07:33 2000] [info] mod_perl: Apache->print timed out for
> > xxx.xxx.xxx.xxx
> > [Mon Jun 19 11:07:33 2000] [debug] Apache.xs(1040): mod_perl: rwrite
> > returned -1
> 
> Its a long fixed bug. Upgrade your mod_perl.

no, the bug that was fixed was the explosion of endless 'mod_perl: rwrite
returned -1' messages.  it is still possible to see that error if LogLevel
is set to debug and ap_rwrite() fails.