Answered Questions

  • what is the diffrence between lock and latch?

    Sri

    • Aug 16th, 2017

    Locks are to maintain read consistency and will be applied on tables and the same kind on instance memory structures is called latch.

    Nishanth

    • Mar 15th, 2016

    The difference between the two is that Locks are queueing mechanisms while Latches are not. If two processes are spinning and waiting on a latch (access to a shared memory resource) and the resour...