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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are some good resources for learning distributed systems?

11 点作者 rsa超过 13 年前
How did you become proficient in distributed systems ? Please provide any books/papers/tutorials/videos that you used in learning distributed systems to implement large scale systems. Appreciate your responses.

4 条评论

robotresearcher超过 13 年前
If you read one paper, make it Lamport's "Clocks" paper. It's a landmark in distributed systems, and a fine example of a deep paper in CS. Exellent homework for anyone!<p><a href="http://www.cs.sfu.ca/~vaughan/teaching/431/papers/lamport78.pdf" rel="nofollow">http://www.cs.sfu.ca/~vaughan/teaching/431/papers/lamport78....</a>
bankim超过 13 年前
Following Quora question has great responses <a href="http://www.quora.com/What-are-the-seminal-papers-in-distributed-systems-Why" rel="nofollow">http://www.quora.com/What-are-the-seminal-papers-in-distribu...</a><p>More readings <a href="http://bytepawn.com/readings-in-distributed-systems/" rel="nofollow">http://bytepawn.com/readings-in-distributed-systems/</a><p>Recommended text book Distributed Systems: Concepts and Design (5th Edition) by George Coulouris <a href="http://amzn.com/0132143011" rel="nofollow">http://amzn.com/0132143011</a>
ericflo超过 13 年前
By far the best introduction, from the few that I've read, is Amazon's Dynamo: <a href="http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html" rel="nofollow">http://www.allthingsdistributed.com/2007/10/amazons_dynamo.h...</a>
评论 #3147342 未加载
benkant超过 13 年前
There's a decent collection of resources at Google Code University:<p><a href="http://code.google.com/edu/parallel/index.html" rel="nofollow">http://code.google.com/edu/parallel/index.html</a>