On Thu, 2007-03-29 at 17:31 -0400, Jonathan Vanasco 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 ?)
There was a bug in the code for modperl 2. I submitted a patch here : http://marc.info/?l=apache-modperl&m=113849464207840&w=2 and at some time since then it has been included in Apache::DBI. > > 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. > clint