You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by "John S. Evans" <jo...@corp.notifyme.com> on 2000/04/24 23:14:08 UTC

Apache::DBI disconnect?

I've been using the Apache::DBI module, and it works great.  However, I've
noticed that my error_log file has an occasional message that tells me:

Database handle destroyed without explicit disconnect at
/usr/local/lib/perl5/site_perl/5.005/Apache/DBI.pm line 119.

The "offending" line of code is:

delete $Connected{$Idx};

Is this something I should worry about?  I'm assuming that this is happening
because my DB connection has timed out, and we're deleting the old
connection before creating a new one.

Thanks!

-jse