in reply to Creating new database handles with mod_perl

Consider DBIx::Connector.   Very handy.   Instead of trying to guarantee that a database handle won’t drop off-line, cover for it.

Replies are listed 'Best First'.
Re^2: Creating new database handles with mod_perl
by lschult2 (Novice) on May 21, 2012 at 14:30 UTC
    It wasn't the dropping of connections that was the issue. It was confirming that the connections were done correctly and were different. From the feedback, I think now it is being done correctly even though $dbh handles have the same address. ab stress tests confirm this by passing after all the documented steps for Apache::DBI were followed.