对于低带宽网络来说,最佳的 BlazeDS 轮询方法是什么?

发布于 2024-09-03 18:29:13 字数 41 浏览 7 评论 0原文

我想知道 BlazeDS 轮询配置(简单或长轮询)最适合低带宽网络。

I am wondering BlazeDS polling configuration, simple or long polling, is the best for a low bandwidth network.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浮云落日 2024-09-10 18:29:13

HTTP 流应使用最少的带宽并具有最低的延迟。但请确保配置故障转移,以防无法建立连接。

HTTP Streaming should use the least amount of bandwidth and have the lowest latency. But make sure you configure a fail-over in case the connection can't be made.

正如詹姆斯所说,HTTP 流。如果你做不到(例如,如果你不允许保持开放连接超过 20 秒),我会坚持使用长轮询而不是简单的轮询。

As James said, HTTP streaming. If you cannot do it (for example if you are not allowed to keep open connection for more than 20 seconds) I would stick with long polling over the simple one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文