Jump to content

Distributed Controller : i.e on different servers


samshel

Recommended Posts

Personally I use a Virtual Server setup, that is a load balancer for incoming requests which does the load balancing to chose from the php/application server pool, and a database server pool and serve from a static content server.  For me its just easier to manage adding the complexity of scaling servers to code.  When requesting data from within my application I'm always just contacting one server (the load balancing server) which hands off connections to the most available server in the pool.

 

For different scaling techniques check out The ZendCon Sessions Episode 7: High Performance PHP & MySQL Scaling Techniques

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.