Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: round-robin-scheduler

DanielAraldiEDU/scheduler

Uma aplicação que realizar o escalonamento de tarefas utilizando Round Robin com Prioridade (RRp) e EDF (Earliest Deadline First) em C.

Language: C - Size: 45.9 KB - Last synced: 6 days ago - Pushed: 7 days ago - Stars: 0 - Forks: 0

SarahAbuirmeileh/CPU-Scheduling-Algorithms

c++ implementation for some of CPU scheduling algorithms with some calculated statistics, Gantt chart drowing and reading the data from files

Language: C++ - Size: 14.6 KB - Last synced: 18 days ago - Pushed: 19 days ago - Stars: 0 - Forks: 0

divshekhar/os_process_schedulers

Operating System Process Schedulers Solver

Language: C++ - Size: 142 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 5 - Forks: 0

Damercy/RRScheduler

A round-robin scheduler implementation written in C.

Language: C - Size: 1000 Bytes - Last synced: about 2 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

asmaaadel0/Operating_System_Scheduler

An Operating System scheduler schedule processes using three algorithms Non-preemptive, Round Robin (RR), Highest Priority First (HPF) and Shortest Remaining time Next (SRTN), and handle memory allocation using buddy memory allocation system

Language: C - Size: 501 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 1

shiroamurha/Task-Scheduling-Algorithms

FCFS, not pre-emptive SJF, pre-emptive SJF, not pre-emptive priority, pre-emptive priority, RoundRobin procces/task scheduling algorithms made in python

Language: Python - Size: 22.5 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

flavio-munis/round-robin-sim

Scheduler simulator using Round Robin algorithm.

Language: C - Size: 61.5 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

AxelPreitiT/chaOS-v1 Fork of JoseMenta/TP2_SO

A continuation of the chaOS-v0 project. This enhanced version is a simple OS that incorporates a memory manager utilizing both buddy and list algorithms, a round-robin scheduler for task management, as well as pipes and semaphores for inter-process communication and synchronization.

Language: C - Size: 1.04 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

diana389/Task-Scheduler

tema2-apd

Language: Java - Size: 517 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

YamurBirinci/Schedulling-and-Process-Management

It is a simple operating system simulation in C++, where processes with certain resources and durations are processed by a CPU using the Round Robin algorithm combined with a priority queue

Language: C++ - Size: 208 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 1

jElhamm/CPU-Scheduling

"CPU Scheduling Algorithms Implementation Repository"

Language: Java - Size: 322 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

EnesBaserr/Round-Robin-CPU-Scheduling-Algorithm

Round-Robin CPU scheduling algorithm implementation in C language

Language: C - Size: 205 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

codophobia/process-scheduling-algorithms

Program for scheduling algorithms in C++

Language: C++ - Size: 10.7 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 52 - Forks: 38

AbdelrhmanReda17/CPU-Schedulers-Simulator

This Java program simulates various CPU scheduling algorithms,

Language: Java - Size: 228 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - Forks: 1

Revkxd/CSOPESY-MP1 📦

CSOPESY T1 AY 2023-2024 // Implementation of FCFS, SJF, SRTF, Round Robin CPU Scheduling Algorithms

Language: C - Size: 14 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

Arrsh-Adarsh/CPU-Scheduling

Program in C on CPU Scheduling

Language: C - Size: 6.84 KB - Last synced: 6 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

arasgungore/round-robin-DNS

A C++ project which implements a round-robin Domain Name System (DNS) using a tree structure.

Language: C++ - Size: 626 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 2 - Forks: 0

mayank-k-jha/CPU_Process_scheduling-and-deadlock_detection

CPU Process Scheduling and Deadlock Detection Using Bankers Algorithm

Language: Java - Size: 39.1 KB - Last synced: 8 months ago - Pushed: over 6 years ago - Stars: 6 - Forks: 4

youssef-attai-fcai-cu/os-assignment-2

(CS341) Operating Systems: Assignment 2 - CPU Scheduling Simulator

Language: Java - Size: 78.1 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ashika29/OS-Project

Just a college assignment with problems on scheduling algorithms in operating systems course

Size: 1.28 MB - Last synced: 8 months ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

thegeekyasian/round-robin-go

round-robin-go is an implementation of round-robin algorithm that allows you to use your resources in a shared rational order. This project uses go generics that enables you to use any data type in your round robin implementation.

Language: Go - Size: 5.86 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 7 - Forks: 0

eladn/romv-scheduler-python

Python implementation for the ROMV scheduler (read-only multi-version) with RR (round robin) scheduling scheme over the transactions.

Language: Python - Size: 543 KB - Last synced: 9 months ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

akshah1997/Dynamic-Round-Robin-Scheduling

Our implementation of Dynamic Round Robin Algorithm for CPU scheduling

Language: Java - Size: 30.3 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 3 - Forks: 2

jkaloger/memory-manager

UNIX memory management simulator

Language: C - Size: 35.2 KB - Last synced: 10 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

caiozanatelli/MSPTrafficSim

A traffic simulator using MSP-430 microcontroller.

Language: C - Size: 185 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

arjunsawhney1/data-structures

In this repo, I build and unit test several classic and custom Data Structures from scratch. I also build implementations of these data structures in the form of Bloom Filters, Round Robin Schedulers, etc.

Language: Java - Size: 2.84 MB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

trong0dn/Kernel-Scheduler_Memory-Manager

Kernel Simulator is a program that generates an executable file that simulates a small OS kernel, which can be used for performance analysis of various scheduling algorithms such as first-come-first-serve, external priority, and round-robin. The simulation can also perform simulations using a first-fit memory management algorithm.

Language: C - Size: 120 KB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

KhaledAshrafH/CPU-Scheduler-Simulator

This project is a Java program with a graphical user interface (GUI) designed to simulate different CPU scheduling algorithms. The goal of this project is to provide a hands-on experience and visual representation of various CPU scheduling algorithms, including Non-Preemptive Priority Scheduling, Non-Preemptive Shortest Job First (SJF), Shortest-Re

Language: Java - Size: 1.73 MB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

dinocajic/round-robin-dynamic-quantum

The Preemptive Round Robin Scheduling Algorithm is an important scheduling algorithm used in both process scheduling and network scheduling. Processes are executed for a predefined unit of time called a quantum. Once the CPU executes the process for the specified time slice, the process either terminates or returns to the back of the ready queue if the process has any remaining burst time left. Numerous proposals have been made to improve the static quantum time of the Round Robin Scheduling Algorithm; most research focuses on the optimization of the ready queue. In this paper, I proposed having predefined optimized quantum times for most process that can be retrieved whenever a new process enters the ready queue.

Language: Java - Size: 8.79 KB - Last synced: 10 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 1

mithracodes/process-scheduling-manager

Implementation of a process manager capable of scheduling and memory allocation in C

Language: C - Size: 0 Bytes - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

k8gb-io/go-weight-shuffling

Simple Weight Shuffling library in GO

Language: Go - Size: 47.9 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

bardia-p/Scheduler-Simulator

This repository simulates a simple scheduler which organizes processes using different scheduling algorithms

Language: C - Size: 83 KB - Last synced: 10 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 1

oliviercotte/Arbiter

Round-robin arbiter verification in SystemVerilog

Language: SystemVerilog - Size: 8.79 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 4 - Forks: 3

ashvah/my_pok

pok-kernel with more schedulers

Language: C - Size: 3.01 MB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 2 - Forks: 0

Denj1X/SchedSim-Stuff

Scheduling Simulator

Language: C - Size: 51.8 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 1

LoicKonan/Operating-Systems

Introduction to Operating Systems.

Language: C - Size: 930 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

SalehShakour/FCFS-RR

Language: Go - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

Zilean12/RoundRobin

Round Robin

Language: Python - Size: 79.1 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

skyousuf1070/OS_Programs

programs for Scheduling Algorithms like FCFS, Round Robin, SJF and Priority Scheduling of Operating System in C.

Language: C++ - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 9 - Forks: 3

DragosRadut/Thread-Scheduler

Thread Sheculer based on Round Robin model.

Language: C - Size: 160 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

sdhani/simulation-cpu-scheduling

A CPU-scheduling simulation with memory and I/O management 📋

Language: C++ - Size: 64.5 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

IamShubhamGupto/OS_Lab_UE18CS305 📦

Assignment files used for OS Lab UE18CS305

Language: C - Size: 2.4 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

Gituser143/YACS

Yet Another Centralized Scheduler (YACS) is a scheduling framework that can schedule jobs for execution across a cluster.

Language: Python - Size: 15.1 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 2

liliansteven/CPU-Scheduling-Simulation

the second assignment is about Simulating the CPU Scheduling algorithms using Java.

Language: Java - Size: 445 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vanviethieuanh/scheduling-algorithms

Scheduling Algorithms visualizer.

Language: Svelte - Size: 522 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Metin-Kaim/IsletimSistemleriProje

Language: Java - Size: 59.6 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

shouryaraj/Process-scheduling-simulator

Created programs to simulate two different scheduling algorithms i.e. First come, first served and Preemptive Round Robin scheduling

Language: C - Size: 184 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 1

brilacasck/CPU-Scheduler

simulating scheduling algorithms of operating system for processes e.g. Priority Scheduling, Multi Level Scheduling, ...

Language: Java - Size: 962 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 26 - Forks: 9

omid-reza/os-cpu-scheduler-simulator 📦

Operating System Cpu Scheduler Simulator

Language: JavaScript - Size: 151 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

ayushjain01/Round-Robin-Tournaments-Scheduling

In a Round Robin tournament every team plays every other team . There is a systematic approach to scheduling a Round Robin tournament. This method assumes that there are enough fields / pitches / courts so that all the games in a round can be played simultaneously. The technique is called the polygon method . Using this code you can generate a round robin match schedule within no time.

Language: Python - Size: 2.93 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

yousefkotp/CPU-Scheduling-Algorithms

An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT), Highest Response Ratio Next (HRRN), Feedback (FB) and Aging.

Language: C++ - Size: 443 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

Ahmed-Hodhod/Operating-System-Scheduler-Simulator-C

This is a simulator for two essential parts of an Operating System which are the process scheduler and the memory management unit. It simulates several scheduling algorithms, each of which has different criteria. There are 4 scheduling algorithms implemented here and they are: 1. SJF 2.HPF 3.MultiLevel Feedback Queue 4.Round Robin

Language: C - Size: 80.1 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

hemanth-kumarv/Scheduling-Algorithms-with-Java

Java code to implement different scheduling algorithms like FCFS, SJF and RoundRobin

Language: Java - Size: 12.7 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

asad82/User-Level-Thread-Library

The program implements a user level thread library for Linux in C with pre-emption, locks, conditions, semaphores, scheduler, timers, multi-level priority queue ensuring synchronization in real world programs besides several other features making it a complete autonomous library for thread creation and management. Sample test programs utilizing the thread library are also included with the design document and code.

Language: C - Size: 635 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 5 - Forks: 4

saheelahmed2/Operating-System

Operating System Scheduling Algorithms

Language: C++ - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 4 - Forks: 2

suhailroushan13/Round-Robin-OS

Round-robin is one of the algorithms employed by process and network schedulers in computing. As the term is generally used, time slices are assigned to each process in equal portions and in circular order, handling all processes without priority

Language: JavaScript - Size: 13.7 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

OSSpk/Round-Robin-Scheduler

🤹 A C++ implementation of the Round Robin Scheduler algorithm for process scheduling.

Language: C++ - Size: 133 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 6 - Forks: 10

luthra2059/Round-Robin-Scheduler

Java Program to simulate the working of the round robin scheduling algorithm.

Language: Java - Size: 15.6 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

WebisD/round-robin-scheduling

A round robin scheduling with OpenGL visualization

Language: C - Size: 445 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

jayskhatri/Operating-System-Concepts

This repository contains the operating system algorithms which I have implemented in my university coursework. Give a ⭐ if this repo has helped you.

Language: C - Size: 7.81 KB - Last synced: over 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 0

mkm-dz/otterbrass

Otterbrass is a bot that works in Microsoft Teams that distribute work items load among subscribed members over a channel.

Language: TSQL - Size: 1.15 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

sonhl0723/dynamic-rr

⌚ 동적 Time Quantum을 가지는 Round Robin

Language: C - Size: 1.59 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

danielbusbib/User-Level-Threads-Library

Implementation of User Level Threads, including switching between threads

Language: C++ - Size: 60.5 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

majumderarnob/BRACU_CSE321-Operating_Systems

Language: C - Size: 1.03 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

lorainemg/scheduler

Implementation of a scheduler with the following algorithms: FIFO, STF, STCF, RR

Language: Python - Size: 4.88 KB - Last synced: over 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Siddardha21/Operating-Systems

Operating Systems (CS312) Assignments

Language: C - Size: 50.8 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

HK-Transfield/Multitasking-kernel

A simple implementation of a preemptive multitasking kernel for the WRAMP processor, emphasizing the fundamentals of how multitasking works.

Language: Assembly - Size: 165 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

priyanshu-lanjewar/cpu-scheduling-algo

CPU Scheduler Simulator Project

Language: C++ - Size: 285 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

oneiro-naut/scheduler_simulations

Simulating process scheduling using various scheduling algorithms

Language: C - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 1 - Forks: 1

berkerol/boun-cmpe322-projects

Projects for Operating Systems course in Boğaziçi University

Language: C++ - Size: 891 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

boorooksus/Linux_Thread_Scheduling

리눅스 환경에서 pthread와 POSIX semaphore를 이용한 Thread Scheducling과 Multi-Level Queue 구현

Language: C - Size: 1.47 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

rmanaem/risk-warzone Fork of sebhani/Risk-Game

Risk computer game compatible with the rules of the Warzone version

Language: C++ - Size: 868 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

markosbaratsas/OperatingSystems

Operating Systems

Language: C - Size: 1.74 MB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

HouariZegai/SchedulingAlgorithms

Implementation of SPQ, WRR, and DWRR Scheduling Algorithms

Language: Java - Size: 55.7 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 7 - Forks: 0

yash8005/Additionally-Modified-Round-Robin-Algorithm

Multiprogramming is a process or method of executing multiple processes simultaneously in the memory. Its primary aim is to minimize the average waiting time, average turnaround time and maximize the CPU utilization. There are various CPU scheduling algorithms are used to performed multiprogramming like First Come First Serve (FCFS), Shortest Job First (SJF), Priority Scheduling (PS) and Round Robin (RR). This project deals with the simulation of CPU scheduling algorithms with C. The following algorithms are simulated: • First Come First Serve (FCFS) • Shortest Job First • SRTF Algorithm • Round Robin • Our innovative algorithm The metrics such as waiting time and turnaround time taken for the processes to complete, number of rounds, etc are calculated. The target of this project is to also propose a new CPU scheduling algorithm which will perform superior than current round robin algorithm and in most cases better than other algorithms as well in terms of minimizing average waiting time, average turnaround time and number of context switches.

Language: C - Size: 488 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 1 - Forks: 1

RHRiday/RoundRobinTournament

Implementation of round robin algorithm

Language: PHP - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

malbolgee/Sistemas-Operacionais

Códigos feitos na disciplina de Sistemas Operacionais da UFAM.

Language: C - Size: 3.02 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

minji-o-j/Operating-System

[Fall Semester 2019] Operating System(운영체제)

Language: Java - Size: 31.3 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 1

sjefvanleeuwen/ocelot-graceful-load-balancer

A Provider for Ocelot which provides a Round Robin Load balancer with API Nodes Health Checking.

Language: C# - Size: 30.3 KB - Last synced: 3 months ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

ChaitanyaEC/CPU-Schedualing-Algorithms-Simulator Fork of mowafy/CPU-Schedualing-Algorithms-Simulator

Language: Java - Size: 43.9 KB - Last synced: 11 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

innashpota/sport

Sports competitions REST API

Language: Java - Size: 73.2 KB - Last synced: 6 days ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

sengfung27/CPU-Scheduler

CPU Scheduler using Java: FCFS, SJF, Priority, RR with different quantum

Language: Java - Size: 91.8 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 0 - Forks: 1

Related Keywords
round-robin-scheduler 82 round-robin 30 operating-system 20 scheduling-algorithms 18 cpu-scheduling 18 priority-scheduling 17 fcfs-scheduling 17 sjf-scheduling 14 c 13 scheduler 11 fcfs 10 shortest-job-first 10 java 9 operating-systems 8 roundrobin 7 sjf 7 memory-management 7 first-come-first-serve 7 scheduling 6 shortest-remaining-time-first 6 cpu-scheduling-algorithms 5 round-robin-simulator 5 fcfs-process-scheduling 5 cpu 5 round-robin-implementation 4 sjf-process-scheduling 4 memory-allocation 4 round-robin-scheduling 4 os 4 semaphores 4 load-balancer 3 go 3 srtf-scheduling 3 bankers-algorithm 3 srtf 3 cpp 3 operating-systems-project 3 linux 3 sjf-algorithm 3 operating-system-learning 3 algorithms 3 cpu-scheduler 3 multi-level-scheduler 2 server-client 2 process-scheduler 2 operating-systems-tutorials 2 preemptive-multitasking 2 python 2 golang 2 hrrn-scheduling 2 cpu-scheduling-programs 2 producer-consumer-problem 2 multithreading 2 dining-philosophers-problem 2 fifo-queue 2 java-8 2 simulation 2 premptive 2 interrupts 2 thread-scheduler 2 round-robin-dispatcher 2 worst-fit 2 first-fit 2 best-fit 2 kernel 2 condition-variables 2 algorithm 2 c-plus-plus 2 process-scheduling 2 highest-priority-first 2 srtf-process-scheduling 2 edf-scheduling 2 memory 2 dispatcher 2 micro-services 1 embedded-systems 1 loadbalancer 1 health-check 1 lightweight 1 lightweight-os 1 learning-by-doing 1 graceful 1 apigateway 1 locks 1 shortest-job-next 1 api-gateway 1 multilevel-priority-que 1 preemption 1 thread-creation 1 thread-library 1 stride-scheduling 1 rounded-corners 1 mlfq 1 timers 1 lottery-scheduling 1 php 1 premptive-priority-scheduler 1 priority 1 preemptive-multi-level 1 preemptive-sjf 1