Top "Round-robin" questions

Process scheduling algorithm based on time slice.

Configure HAProxy for rabbitmq

I want to use HAProxy as a load balancer. I want to put two rabbitmq server behind haproxy. Both the …

java load-balancing rabbitmq haproxy round-robin
Round Robin Algorithm Implementation Java

My issue is fairly simple, I think, but I feel that I need some different perspectives, because I cannot seem …

java algorithm round-robin
Large Time quantum vs small quantum for CPU Scheduling?

What are the main differences (and advantages/disadvantages) between using a large time quantum or a small time quantum in …

c cpu scheduling round-robin
Round-robin assignment

I have a Customers table and would like to assign a Salesperson to each customer in a round-robin fashion. Customers …

sql sql-update round-robin
Time Slices in Round Robin Time Scheduling

If you have a very large (say too big) time slice for a round robin scheduler what kind of performance …

c operating-system scheduling job-scheduling round-robin
Scheduling policies in Linux Kernel

Can there be more than two scheduling policies working at the same time in Linux Kernel ? Can FIFO and Round …

operating-system linux-kernel scheduling scheduled-tasks round-robin