Windows NT processor scheduling: Difference between revisions

Content deleted Content added
m Adjust tags and general fixes, added wikify tag using AWB
rm deprecated wikify tag
Line 1:
{{Multiple issues|wikify = January 2012|unreferenced = January 2011|orphan = November 2006}}
 
'''Windows NT processor scheduling''' refers to the process by which [[Windows NT]] determines which job (task) should be run on the [[Central processing unit|computer processor]] at which time. Without scheduling, the processor would give attention to jobs based on when they arrived in the queue, which is usually not optimal. As part of the scheduling, the processor gives a priority level to different processes running on the machine. When two processes are requesting service at the same time, the processor performs the jobs for the one with the higher priority.