News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Solar Blog:
Adapter for Master/Slave MySQL Setups
October 03, 2008 @ 14:35:05

On the Solar blog Paul Jones has posted about a new database adapter they included in the latest Solar framework release - one that lets you connect to master/slave MySQL setups.

With Solar, you connect to SQL databases using the Solar_Sql factory class, which returns a Solar_Sql_Adapter class for you. Most developers only need to connect to a single MySQL server. [...] However, when you get into a situation where you need to scale up, you might need a replicated MySQL database setup. In such cases, there is one "master" server that handles reads and writes, and there are one or more "slave" servers that are read-only.

The Solar_Sql_Adapter_MysqlReplicated adapter does all of the switching for you, making it as simple as dropping it in and changing your configuration to point to the master and slave servers (examples included).

0 comments voice your opinion now!
solar framework master slave adapter automatic



Similar Posts

Ajax Magazine: Claw, PHP5 MVC Framework Ajaxified

Paul Jones' Blog: Easy Benchmarking with Solar

H3rald.com: Akelos Framework - too good to be true?

Felix Geisendörfer's Blog: Learning from the CakePHP source code - Part 2

Paul Jones' Blog: Zend Devzone Podcast: Solar Overview


Community Events









Don't see your event here?
Let us know!


package zend code database security cakephp PHP5 conference PEAR example book job mysql zendframework releases developer application ajax framework release

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework