I am developing a SaaS based product in Zend Framework. The system should be scalable to distrubute the load on the application server. So I want to separate physically Model-View-Controller (MVC) on the different server rather than keeping on the same application server. So that they should communicate with each other through web service.
I am new to Zend Framework and what to know that Does it possible in Zend Framework to physically partitions of MVC on different server? How to achieve it? An example will help me to boost my confidence level.
Your response would be help me lots.
I am thanking all of you in advance!