Skip to content

Python simulation of lottery-based CPU scheduling, where separate processes hold tickets and the scheduler determines execution order through random ticket selection

Notifications You must be signed in to change notification settings

BenjaminDanker/Operating-Systems-Scheduling

Repository files navigation

Operating Systems Scheduling

Overview

Separate processes are created which will hold tickets. These processes will then be handled by the scheduler that will determine the next process to be executed through random generation

Requirements

Python 3

Usage

Open Command Prompt
Navigate to folder containing Operating_Systems_Scheduling.py with commands 'cd' and '..'
Execute with 'python Operating_Systems_Scheduling.py'

About

Python simulation of lottery-based CPU scheduling, where separate processes hold tickets and the scheduler determines execution order through random ticket selection

Topics

Resources

Stars

Watchers

Forks

Languages