, 15 Feb 2001 09:13:09 -0800 (PST)
>From: Sachin Lakhanpal <[EMAIL PROTECTED]>
>Subject: RE: Apache->read timed out
>Cc: [EMAIL PROTECTED]
>
>yes i have tried all those time out parameters . :(
>
>sachin
>
>--- Geoffrey Young <[EMAIL PROTECTED]> wrote:
>&
ey Young wrote:
>
> > > I am getting "Apache->read timed out messages
> in my
> > > error_log,now i have been looking at this
> problem for a while
> > > now before posting it for help, whats happening
> is if i test
> > > my application from
On Thu, 15 Feb 2001, Geoffrey Young wrote:
> > I am getting "Apache->read timed out messages in my
> > error_log,now i have been looking at this problem for a while
> > now before posting it for help, whats happening is if i test
> > my application from
PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: Apache->read timed out
> >
> >
> > Hello ,
> >
> > I am getting "Apache->read timed out messages in
> my
> > error_log,now i have been looking at this problem
> for a while
> >
> -Original Message-
> From: Deja User [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 14, 2001 7:36 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Apache->read timed out
>
>
> Hello ,
>
> I am getting "Apache->read
Hello ,
I am getting "Apache->read timed out messages in my error_log,now i have been
looking at this problem for a while now before posting it for help, whats happening is
if i test my application from within the network , because the connection being very
fast i am not having any
buffer");
> $request->content($buf);
> $log->debug("Copied POSTed data into the LWP request");
> }
>
> Turns out that this code hangs (just for this particular POST) at the
> $r->read($buf,$len) for a few minutes, then I get the
> "Apache-&
buf;
$r->read($buf,$len);
$log->debug("Read the content for POSTing into a buffer");
$request->content($buf);
$log->debug("Copied POSTed data into the LWP request");
}
Turns out that this code hangs (just for this particular POST) at the
$r->read