>I need to be able to failover between two database backends. If you are using DBIx::Class it will reconnect stale database handles, so as long as your failover uses the same DSN hostname it should just work.
> The DBIx::HA seems to be the right tool to that, but how to use it with > Catalyst? > > You can use any database backend you like with Catalyst, check out the Model configuration part of the Catalyst manual. That particular module needs Apache::DBI so won't be compatible with DBIx::Class though. Regards, Peter
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
