On 3/29/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
On Mar 29, 2007, at 1:01 PM, Perrin Harkins wrote: > Apache::DBI handles this for you. It checks if you are connection > during startup and does not make your connection persistent if you > are. is this new-ish ( like within a year or so ?)
No, it's a very old feature.
it used to not do that. perhaps by bug not design, but I had to get very aggressive ~2004/2005 to keep connections from caching.
I haven't seen that, but I also haven't used Apache::DBI much on mod_perl 2. If you can reproduce the problem, please post some information (or a patch) on the RT queue. - Perrin