On Tue, 2005-06-14 at 15:44 -0400, Arshavir Grigorian wrote: > Thanks. I tried doing the following, but it didn't seem to help. I > wonder if it has to do with using Apache::DBI.
It does. This is my least favorite thing about Apache::DBI -- it overrides disconnect. > $r->pnotes('dbh')->disconnect(); Try this: $r->pnotes('dbh')->DBI::db::disconnect(); - Perrin