Event Ordering
Everything on SkillVeris tagged Event Ordering — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
How Does Clock Synchronization Work in a Distributed OS?
Clock synchronization in a distributed OS is the set of algorithms that keep independent machines’ local clocks close enough to a common notion of time (physic…
What are Lamport Timestamps and How Do They Order Events?
A Lamport timestamp is a single logical counter each node maintains and increments for every local event, and sends along with every outgoing message so that r…