HouariZegai / SchedulingAlgorithms

Implementation of SPQ, WRR, and DWRR Scheduling Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduling Algorithms

Introduction

Scheduling algorithms are techniques to achieve Quality-of-Service (QoS) while using shared resources, i tried implement some techniques of scheduling in Java (i did not find implementation in this language).

Algorithms

  • SPQ (Strict Priority Queueing)
  • WRR (Weighted Round Robin)
  • DWRR (Deficit Weighted Round Robin)

Screenshots

Main App
Screenshot

About

Implementation of SPQ, WRR, and DWRR Scheduling Algorithms

License:Apache License 2.0


Languages

Language:Java 92.9%Language:CSS 7.1%