February 23, 2021


February 2021
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
  • Optimistic Locking – Locking and Latching

    The second method, referred to as optimistic locking, defers all locking up to the point right before the update is performed. In other words, we…

    READ POST ➔

  • Pessimistic Locking – Locking and Latching

    The pessimistic locking method would be put into action the instant before a user modifies a value on the screen. For example, a row lock…

    READ POST ➔