aleezeh611 / Multithreaded-5-State-Model-Simulator

Multithreaded program to demonstarte a five state scheduling algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

5-State-Model-Simulator

Multithreaded program to demonstrate a all 4 scheduling algorithms and their five states that are:

  • FCFS
  • Round Robin
  • Shortest Job First
  • Shortest Remaining Time First

Each algorithm is running simultaneously using multithreading and each state is written separately communicating via pipes. This code has been written in C++ for linux ubuntu OS

About

Multithreaded program to demonstarte a five state scheduling algorithm

License:MIT License


Languages

Language:C++ 92.6%Language:C 7.4%