TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Time, Clocks, and the Ordering of Events in a Distributed System (1978) [pdf]

54 pointsby nottednelsonover 9 years ago

6 comments

r0naaover 9 years ago
This is a bit early for #ThrowbackThursday!<p>More seriously, if the topic is of interest to you, I recommend Tanenbaum&#x27;s book on Distributed Systems. In particular, the chapter 4 explains the rationale behind vector, or logical, clocks using very down-to-earth examples. I did not realize how time synchronization could be such a pain before reading it.<p>More generally, Tanenbaum&#x27;s books are always of really high quality. There are maybe slightly outdated, but if you are looking to learn about the fundamentals - it is a safe bet.
评论 #10346212 未加载
teerayover 9 years ago
This paper and other interesting topics are covered in an introductory form here: <a href="http:&#x2F;&#x2F;book.mixu.net&#x2F;distsys&#x2F;single-page.html" rel="nofollow">http:&#x2F;&#x2F;book.mixu.net&#x2F;distsys&#x2F;single-page.html</a> . There are also great references to seminal papers and other interesting research.
mrcactu5over 9 years ago
This very detailed discussion of clocks and synchronicity sounds oddly like the discussion of clocks in special relativity and in quantum field theory.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Time_dilation" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Time_dilation</a>
bluejekyllover 9 years ago
Lamport clocks are awesome. I&#x27;ve used them in the past in really affective ways with data which needs to be synchronized, and you need to discover only the data updates which you are missing. Lamport breaks this down into such a simple method for tracking that in an elegant way.
macintuxover 9 years ago
Shameless self&#x2F;conference plug: I&#x27;ll be talking about logical clocks at Midwest.io next month.<p>It&#x27;s a new conference as of last year, was really impressed with it. Organizers have been inspired by Alex Miller and Strange Loop.
la6470over 9 years ago
I think it would be good if author explained why we cannot use a reliable NTP server.