in reply to Re: dbh->disconnect or leave to scope
in thread dbh->disconnect or leave to scope

Probably not your case, but when you have long-persisting connections against MySQL from a long-running process, there are automatic timeouts from the server that will eventually hose your connection.
  • Comment on Re^2: dbh->disconnect or leave to scope