This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 117 lines
!!! Overview [1]
[{$pagename}] is designed for use within a loosely-coupled [Distributed system] consisting of moderately large numbers of small machines connected by a high-speed network.
[{$pagename}] service provides the ability over [Asynchronous Operation] and allows its clients to [Replication] of their activities and to achieve [Consensus] on basic information about their environment.
[{$pagename}] allows the election of a master and to allow the master to discover the servers it controls, and to permit clients to find the master.
While this could be done with a library that provides [Distributed Consensus], a [lock] server makes it easier to maintain existing program structure and [communication] patterns.
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [The Chubby lock service for loosely-coupled distributed systems|https://static.googleusercontent.com/media/research.google.com/en//archive/chubby-osdi06.pdf|target='_blank'] - based on information obtained 2018-02-05-