Re: Apache Error of $r-read failed to read

2003-06-12 Thread Chris Faust
I FOUND IT!! Like you said, it was in CGI.pm. It happens when doing a file upload ## while ($bytesread=read($image_filename_one,$buffer,1024)) { print OUTFILE $buffer; } ## If during the upload the user stops, drops or dies then the errors come through which makes me think now

Re: Apache Error of $r-read failed to read

2003-05-30 Thread Stas Bekman
Subject: Re: Apache Error of $r-read failed to read Chris Faust wrote: Hi, We have been having some problems where all of a sudden apache will start logging the error of: [error] mod_perl: $r-read failed to read Multiple times (100s in less then 10th of a sec), often it will get to the point

Apache Error of $r-read failed to read

2003-05-29 Thread Chris Faust
Hi, We have been having some problems where all of a sudden apache will start logging the error of: [error] mod_perl: $r-read failed to read Multiple times (100s in less then 10th ofa sec), often it will get to the point where load on the machine goes through the roof and apache has

Re: Apache Error of $r-read failed to read

2003-05-29 Thread Stas Bekman
Chris Faust wrote: Hi, We have been having some problems where all of a sudden apache will start logging the error of: [error] mod_perl: $r-read failed to read Multiple times (100s in less then 10th of a sec), often it will get to the point where load on the machine goes through the roof