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
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,
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