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


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

Login to reply

👍?
helpful
4:41pm Thu 31st Aug, Christopher M.

ANONYMOUS wrote:
> 1. In the project sheet, it says that the device with the fastest read time is serviced first. This makes sense if we are actually doing a read system call. However, if we are doing a write system call, would the device with the fastest read speed be serviced first regardless of the write speed? For example, if the terminal write speed is faster than all other devices but the read speed is only 10Bps, would the terminal still acquire the data bus last? As I was writing this I realized that it would be much more complicated to consider the write speed as well as the read speed.
We'll be sticking with the project description - that the request for the fastest reading device received the data-bus next. For any combination of read and write speeds, and the order of requests, it's (probably) possible to construct a scenario where a different request should precede another. But, as we're not chasing an optimal solution (minimum execution time), we're defining the simplest solution that all students can get right. (but it's great that you're considering these alternatives, and always great to extend project solutions to increase your understanding of things).
> 2. I found a possible edge case where if a sleeping function and a device I/O becomes unblocked at the same time. Which process would unblock first? Depending on which process is unblocked first, we may end up with different measurements at the end (i think).
It may not affect the total onCPU time of each process, and hence the grand total, just their order of execution. But to avoid the concern, yes, we'll define which should go first in the (re)definition of the sample solution.

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