长轮询是一种轮询技术,其中服务器延迟完成HTTP请求,直至已经为客户机准备好了一个更新信息或发生超时。
互联网摘选
The most common "true" Comet technique is a variant of polling called long polling.
最常见的“真正的”Comet技术是轮询的一种变体,即长轮询(long polling)。
互联网摘选
An alternative to this technique is long polling, which can avoid both these problems.
该技术的另一种方案就是长轮询,可以避免这两个问题。
互联网摘选