homework_4 Version 0 |
|
👤 Author: by 1370136004qqcom 2017-10-23 03:33:26 |
Linux process scheduling strategy
In general, different operating system scheduling strategy is different, Linux process scheduling is the priority scheduling, time slice rotation scheduling, FIFO scheduling combined applications. Linux system. Different types of process scheduling strategy is not the same.
1 . The data structure associated with process scheduling
Each process is a dynamic individual, whose life cycle is defined as the data structure: TASK -RUNNING, TASK -INTERRUPTIBLE.