Re: DBI Connectons accumulate under Mod_perl
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Nov 12, 2009 at 2:22 AM, Kulasekaran, Raja <[email protected]> wrote: > Below is the log of $Apache::DBI::DEBUG = 2; This looks fine. I don't think anything is wrong with your setup. I'm guessing Oracle keeps those processes around for a while in case they are needed again. You might want to see if you can tune Oracle to kill the child processes sooner. - Perrin