Distributed lock manager: Difference between revisions

Content deleted Content added
Undid revision 154843399 by 72.83.220.44 (talk) - rvv
Google's Chubby lock service: Add more info from previously-cited (and rather good) paper
Line 90:
 
==Google's Chubby lock service==
[[Google]] has developed ''Chubby'', a lock service for loosely-coupled distributed systems.[http://labs.google.com/papers/chubby.html] It is useddesigned tofor synchronizecoarse-grained accesseslocking toand sharedalso resourcesprovides bya keylimited but reliable distributed file system. Key parts of Google's infrastructure, including [[Google File System]], [[BigTable]], and [[MapReduce]], use Chubby to synchronize accesses to shared resources. Though Chubby was designed as a lock service, it is now heavily used as a [http://labs.google.com/papers/chubby.html[name server]], supplanting [[Domain name system|DNS]].
 
==SSI Systems==