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).
- SPQ (Strict Priority Queueing)
- WRR (Weighted Round Robin)
- DWRR (Deficit Weighted Round Robin)
Main App |
---|