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


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

Login to reply

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

ANONYMOUS wrote:
> When enqueuing processes to the ready queue, are we implementing a priority queue based on how much time they have spent running on the CPU, or are we implementing a simplified version of first in first out?
As given, just a simple FIFO queue. A process's time on the CPU has no 'meaning' for the READY queue, unless you're suggesting the processes that haven't used the CPU much in the past should be given greater future access to the CPU (??) - which this project does not require.

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