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

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

DBI and threaded MPM

2007-07-09 Thread Anthony Gardner
of the state of DBI::Pool? If anyone is using threaded MPM and Apache::DBI, how are they dealing with sharing the the connection within the threads? I'm looking at Thread::Sociable (preference) and threads::shared and I'm looking for tips and/or defacto stds used at the time of writing. Any tips

Re: DBI and threaded MPM

2007-07-09 Thread Jonathan Vanasco
of mod_perl we're using. A few questions, does anyone know of the state of DBI::Pool? If anyone is using threaded MPM and Apache::DBI, how are they dealing with sharing the the connection within the threads? I'm looking at Thread::Sociable (preference) and threads::shared and I'm looking

Re: DBI and threaded MPM

2007-07-09 Thread Perrin Harkins
it involves Apache::DBI? A few questions, does anyone know of the state of DBI::Pool? There is no working version of it, but Stas did write some code which someone else could pick up if they were interested. If anyone is using threaded MPM and Apache::DBI, how are they dealing with sharing