What is Lock Based Protocol and what is its use?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is mdb and what is the special feature of that?
In HashTable I am storing null value..then what is the error it will show
what is diff between Access modifier and specifier?
When a thread blocks on i/o?
Explain lazy activation?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
Why a client should be multithreading? Explain.
what is catalina in tomcat server.
Can I run seam with jdk 1.4 and earlier?
What is the difference between a stub and a skeleton?
9 Answers ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,
What is message driven beam?
What is an applet?