LoonyPandora / Dancer-Session-DBI

Dancer-Session-DBI
1 stars 4 forks source link

dbi connect too often #8

Open nicolasfranck opened 10 years ago

nicolasfranck commented 10 years ago

Every time the method _dbh is called, a new connection is made to the database, which makes this implementation very slow. Can you maybe specify a timeout for the connection to refresh? For an example see Dancer::Plugin::Database