Best Scheduling Algorithm

@raj0019 (2623)
Argentina
October 22, 2009 1:24pm CST
All those who are from computer background may have some knowledge about CPU scheduling. There are many scheduling algorithms available, some of them to mention are FCFS, SJF, RR, MLFQ, SRT, and Priority. Among all there which scheduling algorithm you think is the best according to todays heavy computer utilization? Is there any possible improvement in your mind?
1 response
@jersey86 (1348)
• Philippines
22 Oct 09
Although the Critical-Path Algorithm is generally better than the Decreasing-Time Algorithm, neither is guaranteed to produce an optimal schedule. In fact, no efficient scheduling algorithm is presently known that always gives an optimal schedule. However, the Critical-Path Algorithm is the best general-purpose scheduling algorithm currently known.