InterviewSolution
Saved Bookmarks
| 1. |
The deadlock can be handled by(a) Removing the nodes that are deadlocked(b) Restarting the search after releasing the lock(c) Restarting the search without releasing the lock(d) Resuming the searchI have been asked this question in quiz.Asked question is from Concurrency in Index Structures in chapter Concurrency Control of Database Management |
|
Answer» CORRECT answer is (b) RESTARTING the search after releasing the lock Easiest EXPLANATION - Crabbing protocol moves in a CRAB like manner. |
|