in reply to The Moose, dbh class attribute, mod_perl handler and a lost SQL connection

It's most likely just a MySQL timeout. The simplest way of dealing with this is to add
$dbh->{mysql_auto_reconnect} = 1;
immediately after connecting to the database.
  • Comment on Re: The Moose, dbh class attribute, mod_perl handler and a lost SQL connection
  • Download Code