15. The weights specified are superfluous when using normal roundrobin scheduling (as the default weight is always 1).
使用正常的轮循调度时,指定的权重会出现冗余(因为默认的权重总是1)。
来自互联网
16. The routing will facilitate a variant of the Round Robin method to distribute requests among multiple instances of the the service.
路由将采用 Round Robin方法的一个变体来在服务的多个实例之间分发请求。
来自互联网
17. Mysqlard is a daemon that connects to the mysql server and collects data every 5 minutes, storing it in a Round Robin Database backend.
mysqlard是一个连接到mysql服务器上的守护程序,负责每5分钟搜集一次数据,并将它们存储到后台的一个Round Robin Database中。
来自互联网
18. While Round Robin is a simple straight forward assignment of requests, it doesn't respect possible differences between the service instances.
尽管Round Robin是一种简单直观的请求分配方法,但它并不考虑服务之间的可能存在的差异。
来自互联网
19. Lei Zhu, author of the article, then surveys conventional load balancing approaches used on the server side, starting with "RoundRobin DNS" and notes.
作者朱磊(音译lei Zhu)分析了我们常用的服务端负载均衡手段——循环dns (Round Robin DNS),文中提到。
来自互联网
20. To do so change rr to WRR on the 2 consecutive lines below the comment about using roundrobin, and of course do not forget to adjust the weights accordingly.
为此,在关于使用轮循的注释下的2个连续的行中将rr改为wrr,当然不要忘了相应地调整权重。
来自互联网
21. The weight is defined in the property Processing Capacity (refer to Figure 1) of a dispatcher. With this capacity taken into account Round Robin works like this
这个权重在调度程序的ProcessingCapacity属性(见图1)中定义。
来自互联网
22. Round robin would distribute connection attempts evenly among the channels, while hashing would use the client's IP address to determine the destination channel.
轮流调度方式会将连接尝试均匀地分布到各个通道上,而散列方法则使用客户机的IP地址来确定目标通道。
来自互联网
23. Weighted Round Robin (WRR) : RR scheduling with additional weighting factor to compensate for differences in realserver capabilities such as additional CPUs, more memory, and so on.
WeightedRound Robin (wrr):使用附加的权重因子进行RR调度以补偿各种realserver功能(如附加cpu、更多内存等)的差异。
来自互联网
24. They beat Canada 4-1 in their last round-robin match at Nagoya in Japan.
在上一次在日本名古屋举行的循环赛中,他们以4比1战胜了加拿大。
《柯林斯英汉双解大词典》
25. Because the threads execute identical code, they should have similar dynamic priority adjustments and execute in a round-robin fashion from the same run-queues.
因为线程执行的是相同的代码,所以它们应作出类似的动态优先级调整并在相同的运行队列中轮替执行。
来自互联网
26. These functions permit the creation of normal, batch, or real-time tasks (first in, first out [FIFO] or round-robin), with a specific priority or nice level.
27. To balance the workload, incoming requests are partitioned among running processes in a round-robin manner.
为平衡工作量,进来的请求已循环的方式分配到运行的进程中。
来自互联网
28. Both new thread types also typically use a FIFO (first-in, first out) scheduling policy instead of the familiar round-robin scheduling used by JVMs running on most OSs.