IIS 中的服务器推送与服务器拉取

发布于 2024-08-11 20:21:10 字数 107 浏览 2 评论 0原文

我正在考虑在 ASP .NET 中构建一个聊天应用程序。我正在考虑使用推或拉。我发现拉比推更具可扩展性。但是有人知道像 gtalk、yahoo 等网络聊天信使是使用拉还是推吗?

谢谢。

I was thinking of building a chat application in ASP .NET. I was thinking of either using push or pull. I have found that pull is more scalable than push. But does any body know if the web chat messenger like gtalk, yahoo etc use pull or push ?.

Thanks.

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

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

发布评论

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

评论(1

尴尬癌患者 2024-08-18 20:21:10

Gmail等都用comet。这是一个推送架构。

ajaxian 上有一篇很好的文章,描述了 comet 如何有效,该技术用于将数据从服务器推送到客户端。

但我真的很期待 WebSocket,我认为它会让很多事情变得更加容易。

Gmail and such are using comet. This is a push architecture.

There is a nice article on ajaxian describing how comet works, this technique is used to push data from the server to the client.

But I am really looking forward the WebSocket, I think it's gonna make a lot of things more easy.

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