zend framework with load balancing
suppose I implemented my site using Zend Framework and then after some time scalability issue start to arise so we decide to implement some load balancing to solve it...
will the fact that I used zend framework would开发者_运维技巧 prevent me to implement load balancing in any way?
definitely not.
You can load balance zend framework applications easily.
you should be aware of session. if you are using session, load balancer should support sticky session.
精彩评论