Posts

Showing posts with the label Locking

What is pessimistic locking

In pessimistic locking whenever user wants to update any data first it locks the record and till then no one can update data. Other users can only view the data when there is pessimistic locking.