Paxos algorithm can tolerate up to F failures when using 2F + 1 processors. As far as I understand, this a开发者_JAVA百科lgorithm works only with fixed number of processors. Is it possible to use this
Basically, I would want to implement the following algorithms and analyze how the system built using these algorithms behave under different conditions.
Could someone give me a list of real use cases of Paxos. That is real problems that require consensus as part of a bigger problem.
In Multi-Paxos algorithm, consider this message flow from the viewpoint of an acceptor: receive: Prepare(N)
I\'m looking into Paxos and I\'m confused about how the algorithm should behave in this contrived example. I hope the diagram below explains the scenario.
Let\'s say I have a \"Processor\" interface exposing an event - OnProcess. Usually the implementors do the processing. Thus I can safely subscribe on this event and be sure it 开发者_运维百科will be f