Re: [CDBI] Re: Class::DBI and mod_perl
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
Adam Prime wrote: > Has this happened yet? No, not yet. Sorry. > Apache->request doesn't exist in mp2, and the docs warn against using > it's replacement because it doesn't play nicely when your running under > mpm-worker If you run mod_perl 2 with the prefork MPM, it really is ok to use. Everyone who isn't on Windows should be running the prefork MPM. > I'm not, but i'd still rather avoid having to use the > db_Main code if i can. If the easiest way for me to do that is to patch > Ima::DBI by hand i'll do that, but it should still get updated sometime > right? Right. For the moment, you can grab the patch here: http://lists.digitalcraftsmen.net/pipermail/classdbi/2005-October/000338.html - Perrin