Tag Archives: sychronization

Design & implementation of (totally ordered multicast) using lamport logical clocks(Synchronization)

This post deals with the various issues and design decisions  faced during implementation of synchronization between processes using Lamport Logical clocks in a distributed system. Lamport Logical clock concept can be used implement synchronization between multiple processes ,where each process observe the changes in the same order ,regardless of the order in which the updates [...]

Posted in Distributed Computing, Programming | Also tagged , , | 9 Comments