MySQL Master/Slave with Castle Activerecord
        Posted  
        
            by Kynth
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kynth
        
        
        
        Published on 2010-06-14T10:27:12Z
        Indexed on 
            2010/06/14
            10:32 UTC
        
        
        Read the original article
        Hit count: 249
        
mysql
|castle-activerecord
I have an existing web application using Castle Activerecord to interact with a single MySQL database. The Database has recently been reconfigured to replicate to a number of Slaves.
How do you configure Castle Activerecord to direct writes to the MySQL Master and reads to the MySQL Slaves?
© Stack Overflow or respective owner