Chandy–Lamport algorithm: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 193.194.88.30 to version by Dingens5. Report False Positive? Thanks, ClueBot NG. (2830477) (Bot)
Wilfrid (talk | contribs)
Move reference to the paper to "References"
Line 1:
The '''Chandy–Lamport algorithm''' is a [[snapshot algorithm]] that is used in [[distributed systems]] for recording a consistent global state of an [[asynchronous communication|asynchronous]] system. It was developed by and named after [[Leslie Lamport]] and [[K. Mani Chandy]].<ref>http://research.microsoft.com/users/lamport/pubs/chandy.pdf Distributed Snapshots: Determining Global States of a Distributed System</ref>
 
==History==
According to [http://research.microsoft.com/users/lamport/pubs/pubs.html#chandy Leslie Lamport's website], “The distributed snapshot algorithm described here came about when I visited Chandy, who was then at the [[University of Texas at Austin|University of Texas in Austin]]. He posed the problem to me over dinner, but we had both had too much wine to think about it right then. The next morning, in the shower, I came up with the solution. When I arrived at Chandy's office, he was waiting for me with the same solution.”
 
It was defined in a paper titled “[http://research.microsoft.com/users/lamport/pubs/chandy.pdf Distributed Snapshots: Determining Global States of a Distributed System].”
 
==Definition==
Line 32 ⟶ 30:
 
[[Category:Distributed algorithms]]
 
==References==
{{Reflist}}