Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
Games will be held in a round-robin scheduling format so that all teams play each other.
Round-robin scheduling method will give a same amount of time for each process and cycle through them.
Round-robin scheduling is simple, easy to implement, and starvation-free.
In case of equally sized data packets, round-robin scheduling is max-min fair.
The default implementation of the load balancer provider uses a round-robin scheduling approach.
Round-robin scheduling does not utilize this.
The thread tick method switches tasks depending on priority and a round-robin scheduling scheme.
Round-robin scheduling can also be applied to other scheduling problems, such as data packet scheduling in computer networks.
It acts as a scheduler for tasks running on the system, providing pre-emptive multitasking with prioritized round-robin scheduling.
OS-9 schedules the threads using a fixed-priority preemptive scheduling algorithm with round-robin scheduling within each priority.
BITS uses round-robin scheduling to process jobs in the same priority, and to prevent a large transfer job from blocking smaller jobs.
FIFO and round-robin scheduling.
Token passing schemes provide round-robin scheduling, and if the packets are equally sized, the scheduling is max-min fair.
Intel SMP systems use a round-robin scheduling scheme to decide who gets what ID.
In best-effort packet switching and other statistical multiplexing, round-robin scheduling can be used as an alternative to first-come first-served queuing.
Usually round-robin scheduling is used so that a high-priority process that wakes up regularly will effectively implement time-sharing preemption:
Every priority level is represented by its own queue, with round-robin scheduling amongst the high priority processes and FIFO among the lower ones.
Round-robin scheduling results in max-min fairness if the data packets are equally sized, since the data flow that has waited the longest time is given scheduling priority.
At each RTOS tick, the highest-priority task is chosen for execution, with round-robin scheduling used when multiple tasks from the same priority level are ready to run.
In contrast to round-robin scheduling, fair queuing takes into account data packet sizes to ensure each flow is given equal opportunity to transmit an equal amount of data.
Multitasking, most commonly cooperative round-robin scheduling, is normally available (although multitasking words and support are not covered by the ANSI Forth Standard).
With straightforward Round-robin scheduling, every time a context switch occurs, a process would need to be swapped in (because only the 10 least recently used processes are swapped in).
The advantage of the foreground-background algorithm is that it gives process the opportunity to execute immediately after its creation, but scheduling in the background list is pure round-robin scheduling.
Those processes are scheduled cooperatively, using a round-robin scheduling algorithm; a process yields control of the processor to another process by explicitly calling a blocking function such as .
A multiplexer, switch or router that provides round-robin scheduling has a separate queue for every data flow, where a data flow may be identified by its source and destination address.