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


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

Login to reply

👍?
helpful
4:59am Wed 30th Aug, Christopher M.

ANONYMOUS wrote:
> There is a maximum amount of running processes, which implies that spawn will block if the limit has been reached. However, the project sheet has no mention of it. What's the expected behaviour of spawn when the max amount of running processes has been reached?
There is a limit to how many processes are ever supported. An attempt to exceed this limit would be an error (such as in a real OS, a call to fork() for fail). The project sheet states that there will be no errors in the input files, and that their data will be consistent, so the process limit will never be reached (and thus never tested).

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