Re: Apache::DBI patch to disconnect idle connections

2004-08-27 Thread J Robert Ray
Perrin Harkins wrote: J Robert Ray wrote: What I want from connection pooling is to cache database connections for a relatively short period of time, such as while a user is actively clicking around a web application. Once that user leaves the application, ideally the database connections

Apache::DBI patch to disconnect idle connections

2004-08-26 Thread J Robert Ray
This patch changes the behavior of Apache::DBI so that it no longer holds onto connections for as long as the httpd child lives. Brief background: I am working to keep the total connection count to our database as low as possible. Apache::DBI tends to accumulate database connections over time,