in reply to DBI / Mysql connections

If you want to reuse connections, you should be calling DBI->connect_cached() instead of DBI->connect().