It's UWAweek 4

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 1 other person reading this forum.


SVG not supported

Login to reply

👍?
helpful
4:51am Wed 6th Sep, Christopher M.

ANONYMOUS wrote:
> I was wondering why there is a 1usec increase from 15-17usec to announce the running --> sleeping context changes, as this is not stated in the project guidelines.
A process that is sleeping is blocked (for a period of time), so the transition time for Ready->Blocked applies. If you review the 5-state model, [CITS2002] there is only a single Blocked state, but that can be implemented, and actions described, in a number of ways. Some students are implementing 'Blocked' as a single queue, including Sleeping, Waiting, and I/O, while some others are implementing distinct queues for each of the 3 reasons for being blocked. Hope that helps,

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  8:08AM Aug 25 2024
Privacy policy