Re: Pages stopping and not loading completely...

2000-08-15 Thread Doug MacEachern

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.




RE: Pages stopping and not loading completely...

2000-06-24 Thread Ged Haywood

Hi all,

On Mon, 19 Jun 2000, Farley, Scott wrote:

 I know the "rwrite returned -1" is a long fixed bug but what about
 the pages not completely loading?  What version?

I was going to ask you the same question...

73,
Ged.





Pages stopping and not loading completely...

2000-06-19 Thread Farley, Scott

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

Any ideas?

Scott
[EMAIL PROTECTED]