> This is exactly the right way to do it. I've been posting off and on for > over a year on the Mod_perl list (usually now to encourage people to start > naming things right) that making something into an Apache::* module really > sucks unless that's what it really is because it confuses people into > thinking the module is apache only when it might not be (eg Apache::Session > or Apache::DBI naming really annoys me)...
I'm with you on Apache::Session, the most mis-named module of all time, but Apache::DBI really is mod_perl-only. It uses a PerlCleanupHandler. - Perrin
