Re: Disabling Apache::DBI

2005-10-26 Thread Philip M. Gollucci
Ted Behling wrote: Could somebody verify that this is a sane and future-proof approach? I can't speak about the future of DBI, but your reading of the current source code is correct. -- END What doesn't kill us can only make us

Re: Disabling Apache::DBI

2005-10-22 Thread Tim Bunce
On Fri, Oct 21, 2005 at 12:57:19PM -0400, Ted Behling wrote: > I have multiple mod_perl applications running within one Apache instance. > For most of these applications, I want to use Apache::DBI, but I want to > disable it for just one. According to various Web pages, this is not > possible,

Disabling Apache::DBI

2005-10-21 Thread Ted Behling
I have multiple mod_perl applications running within one Apache instance. For most of these applications, I want to use Apache::DBI, but I want to disable it for just one. According to various Web pages, this is not possible, because Apache::DBI attaches itself to all DBI->connect() calls. I