您将在堆栈中的何处实现粘性会话/会话持久性/分布式会话?

发布于 2024-12-07 15:33:01 字数 252 浏览 2 评论 0原文

如果你必须实现粘性会话/会话持久化/分布式会话,你会在哪里做?

流量从外部进来的负载均衡器 负载均衡器连接的 apache 实例 或者 每台服务器上的 jboss 实例(其中两个)?

我有一个正在将负载平衡到 6 台服务器的应用程序。每台服务器都有一个 httpd 进程,并使用平衡器管理器来平衡每台计算机上两个 JBOSS 实例之间的负载(总共 12 个)。您会在应用程序 (JBOSS) 级别或负载均衡器级别实现粘性会话/会话持久性/分布式会话支持吗?

If you had to implement sticky session / session persistence / distributed sessions, where would you do it?

The load balancer where the traffic comes in from the outside
The apache instance where the load balancer connects to
or
The jboss instance (two of them) on each server?

I have an application that is being load balanced to 6 servers. Each server has an httpd process and is using balancer manager to balance load between two JBOSS instances on each machine (so 12 total). Would you implement sticky session / session persistence / distributed session support at the application (JBOSS) level or load balancer level?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文