From: Brian Candler Date: 2004-10-26T23:35:36+09:00 Subject: Re: [ANN] Apache::DBI 0.0.20041025b > I think that it is necessary to take into consideration that it is also > peculiar to DBI, such as disconnet. > > in future release, disconnected DBI instance(at DBI exception) is > automatically delete from Apache::DBI cache. OK, that's a useful feature to have. Perhaps also when you do DBI.connect you could 'ping' an existing connection to ensure it is still alive, and if not, reconnect. I don't think that all DBI exceptions should cause a disconnection - but an explicit disconnect, or an exception which indicates that the database was disconnected (DBI::OperationalError?) Regards, Brian.