the busy-wait polling method has a severe impact on the efficiency due to the following two problems
由于以下两个问题,忙-等待polling方法会对效率造成严重影响
互联网摘选
the event-driven method provides better response time compared to that of the polling method.
与轮询相比,事件驱动方法可以提供更短的响应时间。
互联网摘选
但是,传统的poll方法有可伸缩性问题;它不太适合处理大量文件描述符。
互联网摘选
为降低故障管理流量对网络的影响,本文提出了一种SNMP分布汇集轮询方法。
互联网摘选
the polling method may have delays due to response availability and polling cycle.
由于响应可用性和轮询周期,轮询方法可能有延迟。
互联网摘选
回调方法比轮询方法更及时,能确保响应被及时处理。
互联网摘选
this busy-wait polling method should be especially avoided on a multitask system.
在多任务系统上尤其应该避免这种忙-等待polling方法。
互联网摘选
针对传统的采集轮询策略的局限性,本文设计并实现了改进的动态时间间隔采集方法,提高了数据采集的效率和准确性。
互联网摘选
捎带轮询(piggyback polling)是一种比轮询更加聪明的做法,因为它会删除掉所有非必需的请求(没有返回数据的那些)。
互联网摘选
Bayeux implementations support a specific HTTP method called long polling.
Bayeux实现支持一种名为长轮询的特定HTTP方法。
互联网摘选
长时间轮询:也就是所谓的异步轮询,这种方式是纯服务器端推送方式和客户端拉取方式的混合。
互联网摘选