这项技术怎么称呼?双向 AJAX 实现

发布于 2024-10-26 15:12:38 字数 235 浏览 1 评论 0原文

前段时间读了一篇关于双向AJAX实现的文章。 它应该由 Gmail 使用,但它不是 comet。

它的工作原理如下:

  • 客户端进行 AJAX 调用
  • 服务器休眠,直到发生某些事件
  • 服务器响应
  • 重复

这是一个简短的名称...对于我正在写的论文来说,我非常需要它。 任何帮助将不胜感激。

最好的问候

汤姆

Some time ago I read an article about bidirectional AJAX implementations.
It's supposed to be used by Gmail but it's not comet.

It works like this:

  • Client makes AJAX call
  • Server sleeps until some event occurs
  • Server responds
  • Repeat

It was a short name... I need it really bad for a paper I'm writing.
Any help will be appreciated.

Best Regards

Tom

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

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

发布评论

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

评论(2

|煩躁 2024-11-02 15:12:38

根据维基百科

“Comet 还有其他几个名称,包括 Ajax Push
反向 Ajax双向网络HTTP 流HTTP 服务器推送等。”

http://en.wikipedia.org/wiki/Comet_%28programming%29

According to wikipedia

"Comet is known by several other names, including Ajax Push,
Reverse Ajax, Two-way-web, HTTP Streaming, and HTTP server push among others."

http://en.wikipedia.org/wiki/Comet_%28programming%29

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