Skip to content

A distributive consensus protocol which adapts to network conditions.

Notifications You must be signed in to change notification settings

rdadolf/autopaxos

Repository files navigation

Autopaxos

A distributed consensus protocol which adapts to network conditions.

Driving Hypothesis:

A Paxos which measures and adapts to its environment will perform better than one that does not.

Installation:

    git clone <autopaxos>
    cd autopaxos
    git submodule init
    git submodule update
    cd mprpc
    ./bootstrap.sh
    ./configure CXX='g++ -std=gnu++0x'
    make
    cd ..
    make

About

A distributive consensus protocol which adapts to network conditions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published