in reply to Re^3: [DBIx::Class] Can I extract $dbhandle from schema?
in thread [DBIx::Class] Can I extract $dbhandle from schema?
I am using DBIx::Class and when I look at the processlist (mysql) all the connections are in state of sleep. I am using mod_perl so the scripts should be staying alive. Is it recommended to call disconnect each time or to try and re-use the existing connection?