RE: Apache->read timed out

2001-02-20 Thread Deja User
, 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: >&

RE: Apache->read timed out

2001-02-15 Thread Sachin Lakhanpal
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

RE: Apache->read timed out

2001-02-15 Thread Tom Mornini
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

RE: Apache->read timed out

2001-02-15 Thread Sachin Lakhanpal
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 > >

RE: Apache->read timed out

2001-02-15 Thread Geoffrey Young
> -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

Apache->read timed out

2001-02-14 Thread Deja User
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

Re: Apache->read timed out?

1999-10-31 Thread Doug MacEachern
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-&

Apache->read timed out?

1999-10-22 Thread Marler, Gordon
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