Java icon indicating copy to clipboard operation
Java copied to clipboard

Create pss.java

Open khwaishchawla opened this issue 1 year ago • 0 comments

Proportional Share Scheduling (PSS) is a scheduling algorithm that assigns each process a weight based on its priority, and processes are scheduled to receive CPU time in proportion to their assigned weights. The higher the weight of a process, the more CPU time it will receive compared to processes with lower weights.

khwaishchawla avatar Oct 23 '24 18:10 khwaishchawla