简体   繁体   中英

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM