Skip to content
#

round-robin

Here are 377 public repositories matching this topic...

nginx-load-balancer-round-robin

Load balancer with nginx algorithm Round Robin – Requests are distributed evenly across the servers, with server weights taken into consideration. This method is used by default (there is no directive for enabling it)

  • Updated Apr 30, 2024
  • Python

The CPU Scheduling Simulator is a web-based application designed to help users understand and compare different CPU scheduling algorithms. With an intuitive user interface, users can input the arrival times and burst times of processes and select from various scheduling algorithms to see how each one handles task execution.

  • Updated Apr 19, 2024
  • JavaScript
CSE3003-Operating-System

This repository contains implementations of various operating system scheduling algorithms in C++. Whether you're a student studying operating systems or a developer looking to understand these algorithms better, this repository aims to provide clear and concise implementations along with explanations to aid your learning.

  • Updated Apr 17, 2024
  • C++

CPU Scheduling Visualizer is a web application designed to simulate and visualize various CPU scheduling algorithms used in operating systems. It provides an interactive platform for understanding the behavior and performance of different scheduling algorithms in managing processes in a computer system.

  • Updated Mar 29, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the round-robin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the round-robin topic, visit your repo's landing page and select "manage topics."

Learn more