I have some object oriented modules that use DBI's connect_cached method. I'm porting these modules to mod_perl and I see that there is a Apache::DBI module that seems like it is doing the same thing that would happen under mod_perl using connect_cached, the only difference being that explicit disconnects are blocked by Apache::DBI.
Am I interpreting this right, or is there some compelling reason to use Apache::DBI here? - Johnathan