WRR:轮转法

“加权轮询调度”在计算机科学,特别是网络技术领域,是一种常见的负载均衡算法。其英文全称为“Weighted Round-Robin”,通常缩写为WRR,以便于书写和使用。该算法的基本思想是为不同服务器或任务分配不同的权重,从而按照权重比例进行轮流分配,实现资源的合理调度。因此,WRR也被称为“加权轮转法”,广泛应用于提升系统性能和资源利用率。

Weighted Round-Robin具体释义

  • 英文缩写:WRR
  • 英语全称:Weighted Round-Robin
  • 中文意思:轮转法
  • 中文拼音:lún zhuàn fǎ
  • 相关领域wrr 网络

Weighted Round-Robin的英文发音

例句

  1. At the same time, for the sake of controlling network congestion, the article use a weighted round-robin queuing method, which joints Custom Queuing ( CO ) and Weighted Fair Queuing ( WFQ ).
  2. 同时,为了控制网络拥塞,文中使用了一种结合加权公平排队(WFQ)方式和自定义排队(CQ)方式的加权轮转排队方法。
  3. Furthermore, energy-efficient FLASH file system, real-time memory management and priority based weighted round-robin task scheduling algorithm are designed and implemented as well.
  4. 此外,还开发了能量有效的FLASH文件系统、实时内存管理和基于优先级的任务加权时间片调度等功能。
  5. However, a simple Weighted Round-Robin(WRR) scheduling may cause throughput unbalance among input queues.
  6. 但是,简单的权重轮询调度算法会造成输入队列服务不公平性。
  7. Discussed the mechanism of dynamic feed backed load and given a basic and dynamic balance model and analysis it combined with the arithmetic of Weighted Round-Robin(WRR) Scheduling.
  8. 结合加权轮询算法讨论了集群的动态负载反馈机制,给出了一个基本的动态均衡模型并加以分析。
  9. This dissertation presents a weighted Round-Robin algorithm on the load balance of distributed Web information storage and a module based on it.
  10. 本文提出了一种分布式Web信息存储的加权轮询负载平衡算法,并应用该算法建立起分布式Web信息存储模型。