What is Lock Based Protocol and what is its use?
Answer Posted / bhargavi
lock based protocol: Once one transaction is accessing the
data,no other transaction is made to modify the data.
(or)
A locking protocol is a set of rules to be followed by each
transaction to ensure that, even though actions of several
transactions might be interleaved,the net effect is
identical to executing all transactions in some serial order.
| Is This Answer Correct ? | 55 Yes | 9 No |
Post New Answer View All Answers
Why do threads block on i/o?
Can I map more than one table in a cmp?
Is jvm a overhead?
Is the infobus client side only?
What is RMI and what are the services in RMI?
Why are some of the class and element names counter-intuitive?
What are the different algorithms used for clustering?
To what value is a variable of the string type automatically initialized?
What is the purpose of the finally clause of a try-catch-finally statement?
How can I scroll through list of pages like the search results in google?
Why doesn’t the focus feature on the tag work in every circumstance?
What is synchronization and why is it important?
Which are the different segments of memory?
difference between ejb,struts,hibernate,spring and jsp
What is a sessionfactory? Is it a thread-safe object?