Process Transition
Posted: Sat Sep 24, 2005 11:00 pm
Every process has three states
1) Running
2) Ready
3) Blocked
According to Process transition, the following are possible:
Running -> Ready
Running -> Blocked
Blocked -> Ready
Ready -> Running.
Besides all these four transitions, is it possible that each stage has 2 transitions, so that the process transitions are 6 ?
1) Running
2) Ready
3) Blocked
According to Process transition, the following are possible:
Running -> Ready
Running -> Blocked
Blocked -> Ready
Ready -> Running.
Besides all these four transitions, is it possible that each stage has 2 transitions, so that the process transitions are 6 ?