nruth / gaoler

Class project implementing HA Paxos / Erlang/OTP locking service.
3 stars 1 forks source link

Mimic Zookeeper clone #36

Open archie opened 12 years ago

archie commented 12 years ago

Run performance test against it.

Implement a new application which uses the replica.

Total ordering of get and writes (stronger consistency than Zookeeper).

Replicated ETS tables -> becomes fault-tolerant, using Paxos for total ordering, i.e consistent ETS tables.