Chandy Lamport算法及其应用(exactly once)
1. Chandy lamport算法简介1.1 补充知识
先普及个概念(取自维基百科):
Snaphot algorithm:
A snapshot algorithm is used to create a consistent snapshot of the global state of a distributed system. Due to the lack of globally shared memory and a global clock, this isn't trivially possible.
今天讨论的chandy and larmpor......