Lamporttick
Lamporttick is a term used in distributed computing to describe a theoretical model that blends Lamport clocks with a tick-driven progression of logical time. It is not a standard term in formal literature but appears in some educational materials and discussions as a thought experiment to explore event ordering under a controlled tick source.
In a Lamporttick framework, each process maintains a local logical clock, analogous to the Lamport timestamp.
Because the mechanism relies on a common tick cadence, Lamporttick preserves causal ordering consistent with Lamport
See also: Lamport clock, Lamport timestamps, Vector clock, Logical clock, Causality in distributed systems.