【黃黃大軍】評論
工作排班程式(Job Scheduler)1.將一個工作從保留狀態移至就緒狀態。2.將一個行程從執行狀態移至終止狀態。
【Hacker】評論
CPU-scheduling decisions may take place under the following four circumstances:1. When a process switches from the running state to the waiting state 2. When a process switches from the running state to the ready state 3. When a process switches from the waiting state to the ready state4. When a process terminates