Tuesday, April 01, 2014

What is the state of the processor, when a process is waiting for some event to occur?


When a process is waiting for some event to take place, most likely for the needy resources to be relased by other process or processes that are currently utilizing the resources, such as an I/O device, it is at a blocked state. Upon the availability of waited resources, after the resources being relased, the process will transit to a ready state from this blocked state.

No comments: