• Email
  • Like
  • Save
  • Private Content
  • Embed
 

Load Balancing for PHP and MySQL

by on Dec 23, 2011

  • 13,516 views

Anybody stepping up from a single MySQL server to any kind of cluster made of MySQL servers (MySQL Cluster, MySQL Replication, home-grown sharding and 3rd party) has to load balance connections. ...

Anybody stepping up from a single MySQL server to any kind of cluster made of MySQL servers (MySQL Cluster, MySQL Replication, home-grown sharding and 3rd party) has to load balance connections. Different approaches are compared to the free and open source PECL mysqlnd_ms PHP mysql plugin: application based, proxy based and driver based. It turns out that a driver based solution makes a very good system architecture. Its fault tolerant, it scales well, it requires no or little application changes and its a natural fit for PHP deployments. And, of course, it works with all PHP MySQL applications running on PHP 5.3 or newer using any of the three PHP MySQL APIs (mysql, mysqli, PDO_MySQL). Check it out.... in the slides and download PECL mysqlnd_ms for a test drive. Even if you don't go for PECL mysqlnd_ms this presentation is helpful as it gives hints on choosing an architecture.

Accessibility

Categories

Upload Details

Uploaded via SlideShare as OpenOffice

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

19 Embeds 6,803

http://blog.ulf-wendel.de 5415
http://www.planet-php.net 1074
http://planet-php.org 113
http://www.planet-php.org 68
http://localhost 48
http://www.btekd.com 18
http://php5.planet-php.org 14
http://www.newsblur.com 12
http://translate.googleusercontent.com 10
http://www.hanrss.com 9
http://planet-php.net 5
http://www.phpeye.com 4
http://127.0.0.1 3
http://www.blog.ulf-wendel.de 3
http://a0.twimg.com 2
http://blog.planet-php.org 2
http://www.rssgeni.com 1
http://webcache.googleusercontent.com 1
http://paper.li 1

More...

Statistics

Likes
10
Downloads
88
Comments
0
Embed Views
6,803
Views on SlideShare
6,713
Total Views
13,516
Post Comment
Edit your comment

Load Balancing for PHP and MySQL Load Balancing for PHP and MySQL Presentation Transcript