Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 313 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 313 Bytes

intheory

Implementation of paxos in c, in theory.

./configure make make check

TODO

  • distributed locks api
  • ephemeral locks for leader election
  • "reserved" slots
  • backup/restore node
  • redirectable log/output
  • code cleanup/documentation
  • JSON protocol instead of native
  • ruby/java clients