You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the scheduling algorithm uses round robin to determine how tasks should be running. Although adequate for many simple tasks, this can lead to issues like poor perfomance on long issues, improper prioritization, and high overhead. The use of multi-level feedback queue + priority boosting handles most of these issues by relying less on pre-emptiveness and correctly assigning/updating priorities in the scheduling queue.
The text was updated successfully, but these errors were encountered:
Currently the scheduling algorithm uses round robin to determine how tasks should be running. Although adequate for many simple tasks, this can lead to issues like poor perfomance on long issues, improper prioritization, and high overhead. The use of multi-level feedback queue + priority boosting handles most of these issues by relying less on pre-emptiveness and correctly assigning/updating priorities in the scheduling queue.
The text was updated successfully, but these errors were encountered: