[Dbix-class] MySQL replication

Carl Johnstone dbixclass at fadetoblack.me.uk
Fri Dec 8 15:13:09 GMT 2006


Hi,

Been told that some guys on here are working modules to transparently handle 
MySQL replication with DBIx::Class. Specifically I'm interested in keeping 
all DB reads on localhost, while redirecting DB writes to a master server.

DBD::Multiplex as on CPAN doesn't quite do this as the write DB is also 
included in the list of read DBs. Most of the other pooling modules don't 
separate reads and writes.

Carl




More information about the Dbix-class mailing list