Re: Apache Processes hanging

2001-05-03 Thread Paul Cotter
l 'programs'. Can you confirm that the connection is freed if you kill the process that is blocked? If so this gives you another way out. - Original Message - From: "Robert Landrum" <[EMAIL PROTECTED]> To: "Kevin Slean" <[EMAIL PROTECTED]>; <[

RE: Apache Processes hanging

2001-05-03 Thread Rob Bloodgood
> I'm having similar problems, but we think it's directly related to > Oracle. Basically, a connection is made to the Oracle database, a > transaction is started and finished, but the connection to the > database doesn't go away and the statement (at least from the oracle > side) never seems to f

Re: Apache Processes hanging

2001-05-03 Thread Robert Landrum
At 10:37 AM -0400 5/3/01, Kevin Slean wrote: >Mod_perlers, > >I have a problem with Apache and was looking for your thoughts on my problem >or some additional mailing lists more focused on just Apache. > >I have 70 httpd daemons running and some of them just appear to hang. As >time goes by, the

Re: Apache Processes hanging

2001-05-03 Thread Stas Bekman
On Thu, 3 May 2001, Kevin Slean wrote: > > Mod_perlers, > > I have a problem with Apache and was looking for your thoughts on my problem > or some additional mailing lists more focused on just Apache. > > I have 70 httpd daemons running and some of them just appear to hang. As > time goes by, th

RE: Apache Processes hanging

2001-05-03 Thread Paul G. Weiss
I can't help you, but I have been having the same problem. ( I had thought it was because we're running old code - Stronghold with mod_perl 1.24. I'm really hoping it goes away when we upgrade to 1.3.19 w 1.25, or at least I can have a better chance debugging it. ) My solution for the hun