Skip to content

Instantly share code, notes, and snippets.

@christianchristensen
Last active August 29, 2015 13:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save christianchristensen/10473551 to your computer and use it in GitHub Desktop.

Consensus

A fundamental problem in distributed computing is to achieve overall system reliability in the presence of a number of faulty processes. This often requires processes to agree on some data value that is needed during computation. Examples of applications of consensus include whether to commit a transaction to a database, agreeing on the identity of a leader, state machine replication, and atomic broadcasts. wiki

Simple projects

Other stuff

Other (interesting) projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment