Chandy-Lambert Simulation
Event-driven
This simulation visualizes the Chandy-Lamport global snapshot algorithm for distributed systems. It shows processes, message channels, and how a consistent global snapshot is recorded without stopping the system. Useful for understanding snapshot initiation, marker messages, and how local states and in-transit messages are captured.
- Start/stop processes and send messages manually.
- Initiate snapshot from any process and observe marker propagation.
- Visual trace of in-transit messages recorded by the algorithm.