• Stars
    star
    1
  • Language
    Python
  • Created over 14 years ago
  • Updated over 14 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Provides persistent global total ordered broadcast among a set of servers along with a clustering API and a couple of examples such as a replicated Python dictionary. Useful for implementing replicated state machines, synchronous multimaster replication, distributed lock servers, etc... Built on the Extended Virtual Synchrony interface provided by the Spread Toolkit, this is an implementation of the second half of Yair Amir's thesis (Spread being the first half.)