The SJF Expert Rule strategy is designed to elevate the priority of large processes based on a precondition defined by the user, that basically says if the current % of processes in the ready queue is greater than N then execute some of the large processes thus elevating their priorities. SJF is as you...
Posted to
Granville Barnett
(Weblog)
by
gbarnett
on
03-12-2008, 12:00 AM
Filed under: .NET, Algorithms, C#, Software Development, Research, Open Source, CPU Scheduling, CPUSS, Operating Systems, Windows