On Thu, 2006-05-25 at 18:32 -0400, Jonathan Vanasco wrote:
> I need to re-integrate disconnect back into Apache::DBI managed  
> connections

What problem are you trying to solve?  You might find it more useful to
replace Apache::DBI with DBI->connect_cached.  Keep in mind though, you
will have to take care of not opening connections during startup and
doing safety rollbacks in a cleanup handler yourself, which Apache::DBI
normally does for you.

- Perrin

Reply via email to