Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在在 AWS 上扩展 TCP 服务。我调查了一段时间,发现“粘性会话”正在使用 cookie 通过 HTTP 协议将来自一个用户的所有请求附加到特定实例。但是,对于 TCP 连接,有没有办法在 TCP 连接中打开“粘性”?
很感谢。
不会。AWS 不提供任何 TCP 粘性会话机制。这就是您为深入网络堆栈而付出的代价。