On Thu, 18 May 2006, Perrin Harkins wrote: > Jonathan wrote: > > doing some searches online, I found some issues with mod_perl and > > Class::DBI from about a year ago -- does anyone know if they're still > > around or if they've been solved? > > They were solved back then. You do have to override the connection > handling when using Class::DBI with mod_perl. There is code on the wiki. >
in my experience, Class::DBI is slow and a memory hog, allthough I must admit that those problems might be related to the implementation of the app that uses Class::DBI here, instead of CDBI itself... > > also, does anyone know about dbix::class under mod_perl? > > That should work fine, and so should Rose::DB::Object. I'd suggest > trying one of those. > > - Perrin >