Distributed lock manager: Difference between revisions

Content deleted Content added
Brainix (talk | contribs)
m Wording change for accuracy
No edit summary
Line 99:
==HashiCorp's Consul==
 
Consul,<ref name="consul">[https://consul.io/ Consul Overview]. Retrieved on 2015-02-19.</ref>, which was created by [[HashiCorp]], is open-source software and can be used to perform distributed locks as well.
 
==Taooka==
 
The distributed lock manager Taooka<ref name="taooka">[http://taooka.com/ Taooka Description] Retrieved on 2017-05-04.</ref> uses the "try lock" methods to avoid [[Deadlock|deadlocks]]. It can also specify a TTL for each lock with nanosecond precision.
 
==SSI Systems==