1.

The situation where the lock waits only for a specified amount of time for another lock to be released is(a) Lock timeout(b) Wait-wound(c) Timeout(d) WaitThis question was posed to me in unit test.This key question is from Deadlocks in section Concurrency Control of Database Management

Answer»

Correct option is (a) Lock timeout

To EXPLAIN: The timeout scheme is particularly EASY to implement, and works well if TRANSACTIONS are SHORT and if longwaits are likely to be due to deadlocks.



Discussion

No Comment Found

Related InterviewSolutions