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

2003-06-12 Thread Stas Bekman
Chris Faust wrote: 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 m

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
D]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 8:15 PM 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 M

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 a