round-robin
英 [ˌraʊnd ˈrɒbɪn]
美 [ˌraʊnd ˈrɑːbɪn]
网络 循环; 轮转; 轮询; 轮循; 轮转调度
双语例句
- The Project Zero application uses three separate threads by default to handle incoming HTTP requests in a round-robin fashion.
ProjectZero应用程序默认使用三个单独的线程以轮叫的形式处理传入HTTP请求。 - 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.
这些函数允许创建正常、批处理或实时任务(先入,先出[FIFO]或循环),具有特定的优先级或高等级。 - 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.
两种新线程类型都是用FIFO(先进先出)调度策略,而不是在大部分OS上运行的JVM所使用的熟悉的循环调度策略。 - Performance data can be printed to a log file, stored in a round-robin database, or made available through a Java API.
性能数据可以打印在日志文件中、存储在轮询数据库中、或者通过JavaAPI来使用。 - While DataPower has always had back-end load balancing capabilities, implementing the most common algorithms, such as round-robin, this is something much more sophisticated.
尽管DataPower通常有后台负载平衡功能,实现最常见的算法,比如round-robin,但这是更加高级的特性。 - For example, assume a multiprogramming environment with a round-robin CPU-scheduling algorithm.
例如,设想下,一个多重程序环境常伴随着进程调度算法的总循环。 - If there are six or fewer teams, the single round-robin ( one-round league) system will be adopted.
如果有六个队或不到六个队参加,采用单循环制。 - Division Round-robin Schedule in the Application of Design
分治法在循环赛日程表设计中的应用 - Using multiple vertex buffers in round-robin fashion can help with concurrency.
使用多顶点缓存轮流操作能够促进并行性。 - This piece covers FIFO and round-robin scheduling in addition to providing a short summary of the schedulers in each major operating system.
该页简要概述了每个主要的操作系统中的调度外还涵盖了FIFO和循环调度。