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 11 other people reading this forum.


 UWA week 36 (2nd semester, mid-semester break) ↓
SVG not supported

Login to reply

👍?
helpful
4:54am Tue 5th Sep, Christopher M.

ANONYMOUS wrote:
> Do we follow the order here and unblock the sleeping process first? > >unblock any sleeping processes > >unblock any processes waiting for all their spawned processes (children) to terminate > >unblock any completed I/O > >commence any pending I/O > >commence/resume the next READY process > >otherwise the CPU remains idle...
The above. You first unblock any sleeping processes that finish at the current time. If there are multiple such sleeping processes, they are unlocked in the order in which they started sleeping. The same holds for each of the following blocked queues.

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