InterviewSolution
Saved Bookmarks
| 1. |
What are the ways of dealing with deadlock?(a) Deadlock prevention(b) Deadlock recovery(c) Deadlock detection(d) All of the mentionedThis question was addressed to me in homework.Query is from Deadlocks topic in division Concurrency Control of Database Management |
|
Answer» CORRECT option is (d) All of the mentioned For explanation: Deadlock prevention is also called as deadlock recovery. Prevention is COMMONLY used if the probability that the system would ENTER a deadlock state is relatively high; otherwise, detection and recovery are more efficient. |
|