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.
我们在 J2EE 平台上有企业应用程序thorntail来处理大量的宁静请求,我的问题是客户端应该为每个请求打开和关闭连接吗?或不?,我们可以使用持久连接并使用 WebSocket 处理请求吗?提高性能的最佳做法是什么? 更新: 在这种情况下,我们为没有浏览器 Web 界面的客户端提供 REST API,并在 TPS-3000 中发送许多 http 请求
thorntail