It's UWAweek 30 (2nd semester, week 1)

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 1168 articles.
Currently 7 other people reading this forum.


 UWA week 35 (2nd semester, week 6) ↓
SVG not supported

Login to reply

👍?
helpful
4:29am Tue 29th Aug, Christopher M.

ANONYMOUS wrote:
> Hmm ok, but my question is that, while something is transitioning out from the running state, in that time can something else from the ready queue swoop in and start running? > > I'm guessing not as the CPU is busy doing the transition but i would just like to double check. Moreover if only one transition can occur at a time, what do we do when multiple things need to change state, for example one thing from BLOCKED to READY and something else from RUNNING to BLOCKED.
There's a single CPU, and it can be used by either users' executing processes, or the OS (performing state transitions). Before the CPU can be used by the OS, or at the very beginning of the OS's actions, the executing user process's information/state must be saved somewhere. We can't just assume that its details are (somehow) immediately available once the OS has finished performing a state transition.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  7:24AM Jul 25 2024
Privacy policy