What kind of ordering can you achieve with Lamport clocks?

Without tie breaking, only partial ordering is possible

To enable a total ordering of all events, each processes stores a unique, sortable process identifier with the clock value:
(counter, id) --> (16, 2) > (16, 3)

Diskussion