Description: In programming, locks are often used so that multiple programs or threads of a program can share a resource - for example, access to a file for updating it - on a one-at-a-time basis. ... From a system point-of-view, locking is a method of synchronizing potentially concurrent uses of a database or other common resource.
Download