On Thu, 2006-05-25 at 19:18 -0400, Jonathan Vanasco wrote:
> closing read-only connections opened / closed at startup

Connections opened during startup shouldn't be persisted by Apache::DBI.
Maybe you've found a bug.

> depending on the project's load order, Apache::DBI is sometimes  
> loaded beforehand, resulting in a useless connection that i can't  
> disconnect.

It's intended to load beforehand.

> my current options are refactor 4 giant applications, or build  
> disconnect back into Apache::DBI.  the latter is waay easier.

There are some simple but ugly ways to do it.  One is to call
$dbh->DBI::db::disconnect() (or whatever the correct class is there).

- Perrin

Reply via email to