[Catalyst] Shared database handles under mod_perl 2.0
/ Catalyst 5.33?
Perrin Harkins
perrin at elem.com
Fri Nov 11 14:46:10 CET 2005
On Fri, 2005-11-11 at 07:30 +0000, Jules Bean wrote:
> IMO that should be a standard part of Catalyst::Model:{CDBI,DBIC}, if it
> is indeed needed?
I don't know how DBIx::Class manages connections. Class::DBI users will
need this if they use Loader or set_up_table during startup. Also,
Class::DBI users who use transactions will usually need something like
this, since the safety rollback feature of Apache::DBI is disabled by
Class::DBI.
- Perrin
More information about the Catalyst
mailing list