What is Lock Based Protocol and what is its use?
Answer Posted / amit yadav
A lock is a mechanism to control concurrent access to a data
item
Data items can be locked in two modes :
1. exclusive (X) mode. Data item can be both read as well as
written. X-lock is requested using lock-X instruction.
2. shared (S) mode. Data item can only be read. S-lock is
requested using lock-S instruction.
Lock requests are made to concurrency-control manager.
Transaction can
proceed only after request is granted.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What you mean by COM and DCOM?
Which javutil classes and interfaces support event handling?
What is a sessionfactory? Is it a thread-safe object?
What is the difference between the session.update() method and the session.lock() method?
How are commas used in the intialization and iteration parts of a for statement?
What must a class do to implement an interface?
Why are my checkboxes not being set from on to off?
Difference between new operator and class.forname().newinstance()?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
wahts is mean by dynavalidatorform in struts/
Is a class a subclass of itself?
What is Stream Tokenizer?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Is the infobus client side only?
What are JTA/JTS and how they used by client?