Distributed lock manager: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
m Reverted 1 edit by 157.33.155.155 (talk) to last revision by Важнов Алексей Геннадьевич (TW)
Line 10:
 
===Resources===
 
eThe DLM uses a generalized concept of a '''resource''', which is some entity to which shared access must be controlled. This can relate to a file, a record, an area of shared memory, or anything else that the [[application software|application]] designer chooses. A hierarchy of resources may be defined, so that a number of levels of locking can be implemented. For instance, a hypothetical [[database]] might define a resource hierarchy as follows:
* Database
* Table