Skip to content

frostyplanet/paxos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paxos

a paxos practice. now support BasicPaxos.

logic tested in :

  • test/basic.py (single-threaded test)

  • test/basic_threaded.py (multi-threaded repeated test)

network protocol is not finished because I currently haven't decided what to do with paxos.

TODO

  • failure test
  • network c/s integration
  • group membership intergration in paxos
  • Multi Paxos

About

a paxos practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages