Your Account
Community
Topics (Upcoming)
More |
View story
Database Load Balancing with Propel 1.2
http://feeds.feedburner.com/~r/symfony/planet/~3/460171068/
Submitted by
narko
11 months, 3 weeks, 11 hours agoFor one of our projects we have load balanced database servers. We needed to have a way to reflect that in our project code which is written using symfony 1.0. The problem was that symfony 1.0 came by default with Propel 1.2, so our database code was targeted to that version of Propel -version 1.3 supports loadbalancing out of the box-.
For the development...
Tags: symfony
|