Re: DBI and threaded MPM

2007-07-11 Thread Perrin Harkins
On 7/11/07, Anthony Gardner <[EMAIL PROTECTED]> wrote: A. We recently went live with a DB application and the system ground to a halt. It could be due to many things, but the thing I'm looking at is the fact that we had many network connections. I then found the info about Databases

Re: DBI and threaded MPM

2007-07-11 Thread Foo JH
Anthony Gardner wrote: Perrin, I never received your mail (actually, I hardly receive any mails form this list) I have to go to the archives to see if I've received any replies or to see what's been posted in general!! You may want to check with your email admin on this. There's posting on this

Re: DBI and threaded MPM

2007-07-11 Thread Anthony Gardner
Perrin, I never received your mail (actually, I hardly receive any mails form this list) I have to go to the archives to see if I've received any replies or to see what's been posted in general!! So, in answer to your questions P. May I ask why you're using a threaded MPM? Unless you

Re: DBI and threaded MPM

2007-07-09 Thread Perrin Harkins
On 7/9/07, Anthony Gardner <[EMAIL PROTECTED]> wrote: I'm looking into a problem we're experiencing (lots of netword connections) and I think the answer lies with Apache::DBI and the version of mod_perl we're using. Can you explain a little more about what the problem is and why you think it in

Re: DBI and threaded MPM

2007-07-09 Thread Jonathan Vanasco
On Jul 9, 2007, at 9:12 AM, Anthony Gardner wrote: http://perl.apache.org/docs/2.0/user/performance/ mpm.html#Work_with_DataBases_under_Threaded_MPM I'm looking into a problem we're experiencing (lots of netword connections) and I think the answer lies with Apache::DBI and the version of

DBI and threaded MPM

2007-07-09 Thread Anthony Gardner
http://perl.apache.org/docs/2.0/user/performance/mpm.html#Work_with_DataBases_under_Threaded_MPM I'm looking into a problem we're experiencing (lots of netword connections) and I think the answer lies with Apache::DBI and the version of mod_perl we're using. A few questions, does anyone know of