One method of recovering from deadlock is to kill the lowest-priority process (or processes) involved in the deadlock. This (these) process(es) could then be restarted and once again allowed to compete for resources. What potential problem might develop in a system using such an algorithm?
What will be an ideal response?
If these processes tend to become deadlocked again, the algorithm could result in indefinite postponement.
Computer Science & Information Technology
You might also like to view...
Which category of risk has the highest probability of occurrence? Explain your answer.
What will be an ideal response?
Computer Science & Information Technology
When used with objects, what is the equality ( == ) operator really comparing?
What will be an ideal response?
Computer Science & Information Technology
int x = 27;int y = 10;do x = x / 3;while (x >= y);What is the final value of x in the code above?
A. 0 B. 3 C. 9 D. 27
Computer Science & Information Technology
In the Mac OS GUI, the status bar contains icons used to run applications, display minimized windows, and access documents.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology