When using a personal computer, it can be easy to determine when a job is caught in an infinite loop or system-wide freeze
Attachment preview
There are 2 requests, 10 points each.
Please do the following:
Page 138 #15: When using a personal computer, it can be easy to determine when a job is caught in an infinite loop or system-wide freeze. The typical solution to this problem is for the user to manually intervene and terminate the offending job or, in the worst case, all jobs. What mechanism would you implement in the Process Scheduler to automate the termination of a job that’s in an infinite loop?Take into account jobs that legitimately use large amounts of CPU time.