Homework 4 Version 0 |
|
👤 Author: by 657500811qqcom 2017-10-26 14:03:13 |
Windows' scheduling policies depend on many elements.
First,Scheduling Priorities.Threads are scheduled to run based on their scheduling priority. Each thread is assigned a scheduling priority. The priority levels range from zero (lowest priority) to 31 (highest priority). Only the zero-page thread can have a priority of zero. (The zero-page thread is a system thread responsible for zeroing any free pages when there are no other threads that need to run.)
The system treats all threads with