zend框架负载均衡
假设我使用 Zend Framework 实现了我的网站,然后一段时间后可扩展性问题开始出现,所以我们决定实现一些负载平衡来解决它......
我使用 zend 框架的事实会阻止我以任何方式实现负载平衡?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
绝对不是。
您可以轻松地对 zend 框架应用程序进行负载平衡。
你应该知道会话。如果您使用会话,负载均衡器应该支持粘性会话。
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.