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
What are the difference between RMI and CORBA?
Explain RMI Architecture?
what is handle?
How to determine SGA site?
What is the highest-level event class of the event-delegation model?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What are the services in RMI ?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Can I use multiple html form elements with the same name?
What is Stream Tokenizer?
How messaging services are done, before release of JMS?
What is the difference between the font and fontmetrics classes?
What is a class loader? What are the different class loaders used by jvm?
How are the elements of a borderlayout organized?
Do I need to import javlang package any time? Why ?