TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Time, Clocks, and the Ordering of Events in a Distributed System – Paper Review

85 点作者 ekez将近 2 年前

5 条评论

Phelinofist将近 2 年前
Thanks for the link, really interesting!<p>We have a distributed system (clouds &amp; cars) that message events which need to be processed in order. However, the clock of some system participants (cars) are drifting quite often. We plan to use a logical clock for the ordering instead soon.
评论 #36856785 未加载
评论 #36854083 未加载
评论 #36857529 未加载
评论 #36857735 未加载
评论 #36857466 未加载
andsoitis将近 2 年前
The paper: <a href="https:&#x2F;&#x2F;amturing.acm.org&#x2F;p558-lamport.pdf" rel="nofollow noreferrer">https:&#x2F;&#x2F;amturing.acm.org&#x2F;p558-lamport.pdf</a>
reality_inspctr将近 2 年前
this is great! very clever logic model.<p>I wrote something I think is highly relevant about a distributed L1 for time, that you might enjoy, OP?<p>[oc] <a href="https:&#x2F;&#x2F;www.seanmcdonald.xyz&#x2F;p&#x2F;the-clockchain-protocol-the-l1-for" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.seanmcdonald.xyz&#x2F;p&#x2F;the-clockchain-protocol-the-l...</a>
jpgvm将近 2 年前
Possibly the most important distributed systems paper to read, along with the rest of Lamport naturally.
评论 #36859319 未加载
frenchLeaf将近 2 年前
What about ticsync?