是否可以通过 UDP 传输小型 HTTP 数据包?

发布于 2024-11-02 23:11:09 字数 89 浏览 1 评论 0原文

对于小尺寸的 JSON 请求,我认为在一个 UDP 图中传输会更有效,不需要初始化 TCP 连接。

如果有人已经测量了延迟和性能增益,我非常想知道。

For small size JSON requests, I think it would be more efficient to transfer in one UDP diagram, no need to initialize a TCP connection.

If someone have already measured the latency and performance gain, I'd like to know that very much.

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

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

发布评论

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

评论(1

无所谓啦 2024-11-09 23:11:09

是的,你可以。但是所有浏览器都会通过 tcp 发送 http,因此如果您想要一个基于 udp 的“http”,您必须编写自己的 Web 服务器和 Web 客户端。

此外,您应该知道,http 强烈依赖于维护传输的完整性,如果您不定期发送请求 - 您必须使用 tсp。

小体积和良好的网络并不能保证正确传输

Yes, you can. But all browsers will send http over tcp, so if you want to have a udp based "http" you have to write your own web-server and web-client.

In addition you should know that http is strongly dependent on maintain the integrity of the transfer, and if you do not send requests periodically - you must use tсp.

small size and a good network does not guarantee the correct transmission

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