Understanding Paxos Algorithm
Posted tonix
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Understanding Paxos Algorithm相关的知识,希望对你有一定的参考价值。
I have average IQ so even after reading several articles on Paxos, I was still confused.
Then I found this presentation from Google - it is just 20-ish minutes but provides a super clear explanation to what problem Paxos solves (that‘s where I got lost!), how it works step by step and ends with a simple distributed data storage system as an example. So, I‘d highly suggest watching this video first:
https://www.youtube.com/watch?v=d7nAGI_NZPk
Then, you‘ll find Paxos Wiki is more approachable: https://en.wikipedia.org/wiki/Paxos_(computer_science)
And, here is a very good real-life application to Paxos algorithm(in zh-cn): https://www.jianshu.com/p/dbb7da189b51
以上是关于Understanding Paxos Algorithm的主要内容,如果未能解决你的问题,请参考以下文章
转载Understanding and using FireMonkey Layouts