Computer Sciences > GATE 2021 SET-2 > Resource Management
Consider a computer system with multiple shared resource types, with one instance per resource type. Each instance can be owned by only one process at a time. Owning and freeing of resources are done by holding a global lock (L). The following scheme is used to own a resource instance:
Which of the following choice(s) about the above scheme is/are correct?
A
The scheme ensures that deadlocks will not occur.
B
The scheme may lead to live-lock.
C
The scheme may lead to starvation.
D
The scheme violates the mutual exclusion property.

Correct : a; b; c

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......