Content deleted Content added
→Other implementations: added internal link to Consul (software) |
Tags: Mobile edit Mobile web edit |
||
Line 10:
===Resources===
▲The 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
|