CITS2002 Systems Programming  
prev
next CITS2002 CITS2002 schedule  

The Simple 2-state Process Model

As we generally have more than two processes available, the Ready state is implemented as a queue of available processes:

When scheduling is discussed, we will introduce process priorities when deciding which Ready process should be the next to execute.

 


CITS2002 Systems Programming, Lecture 8, p4, 14th August 2024.