samshel Posted October 8, 2009 Share Posted October 8, 2009 Hi All, Does Zend framework support multiple controllers hosted on different servers talking to the centralized same model/view. Is it feasible ? Please feel free to provide comments on pros or cons of this approach. Thanks SamShel Quote Link to comment https://forums.phpfreaks.com/topic/176963-distributed-controller-ie-on-different-servers/ Share on other sites More sharing options...
thehippy Posted October 8, 2009 Share Posted October 8, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/176963-distributed-controller-ie-on-different-servers/#findComment-933331 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.