Content deleted Content added
Opencooper (talk | contribs) m Opencooper moved page Chandy-Lamport algorithm to Chandy–Lamport algorithm: MOS:ENBETWEEN |
→History: minor fixes and improvements Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
(20 intermediate revisions by 18 users not shown) | |||
Line 1:
{{one source |date=May 2024}}
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>
Leslie Lamport, K. Mani Chandy: [https://research.microsoft.com/users/lamport/pubs/pubs.html#chandy ''Distributed Snapshots: Determining Global States of a Distributed System'']. In: ''ACM Transactions on Computer Systems 3''. Nr. 1,
==History==
According to [http://research.microsoft.com/users/lamport/pubs/pubs.html#chandy Leslie Lamport's website],
==Definition==
Line 19 ⟶ 20:
==Algorithm==
The
# The observer process (the process taking a snapshot):
## Saves its own local state
Line 33 ⟶ 35:
{{Reflist}}
{{DEFAULTSORT:Chandy-Lamport algorithm}}
[[Category:Distributed algorithms]]
|