On Thu, May 18, 2006 at 09:12:49AM -0400, 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.
It's been a while since I looked at this. Isn't this just a problem when creating the connection before forking? In my Catalyst app I'm *not* using an ::Loader code, and IIRC the connections happen only in each child. /me needs to review this stuff again. -- Bill Moseley [EMAIL PROTECTED]