Priority queues
An important aspect of scheduling is the use of priorities. See Fig.9.4
One ready queue for each priority level;
Or one priority queue. Insertion into the queue is done according to the priority.
When released from a blocked queue, a process enters a queue according to its priority.