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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building a Billion User Load Balancer [video]

79 点作者 noveltysystems将近 10 年前

7 条评论

acaloiar将近 10 年前
In 2001 when I was 14, I had no idea what scalability was or how anyone scaled websites. I ran a site with 20k users on a single sever with a single Pentium IV (1.4? Ghz) processor from a garage with no climate control and the fastest cable connection I could afford. At peak hours the processor finally succumbed to the load and I had to buy a second server. I was able to talk a local ISP into co-locating the servers in their rack (Climate control! Fiber!). When I realized that I could load balance with DNS and no load balancing software, I thought I was a genius. The king of scalability.<p>Needless to say, I was not the king. The engineers at Facebook are king.
评论 #9746064 未加载
stann将近 10 年前
Can anybody summarize the talk for folks like me who for several reasons cannot watch the video?
评论 #9745328 未加载
评论 #9747807 未加载
patrickshuff将近 10 年前
Hi All! Thanks for the comments here. The video for this same (more recent) talk at SRECon Europe 2015 is up and it is much higher quality. I have iterated on the presentation with feedback I got since giving this in February. Enjoy!<p>Usenix: <a href="https:&#x2F;&#x2F;www.usenix.org&#x2F;conference&#x2F;srecon15europe&#x2F;program&#x2F;presentation&#x2F;shuff" rel="nofollow">https:&#x2F;&#x2F;www.usenix.org&#x2F;conference&#x2F;srecon15europe&#x2F;program&#x2F;pre...</a><p>Direct MP4: <a href="http:&#x2F;&#x2F;0b4af6cdc2f0c5998459-c0245c5c937c5dedcca3f1764ecc9b2f.r43.cf2.rackcdn.com&#x2F;srecon15europe&#x2F;shuff.mp4" rel="nofollow">http:&#x2F;&#x2F;0b4af6cdc2f0c5998459-c0245c5c937c5dedcca3f1764ecc9b2f...</a>
scoj将近 10 年前
Quite an interesting talk. I liked the format: &quot;How to get more rps?...&quot;<p>It&#x27;s humbling to think of the scale that some other folks deal with. I&#x27;m concerned of 2x growth with running a couple thousand sites on a dozen servers.<p>You can&#x27;t just hit up SO when you run into a problem at Facebook&#x27;s scale.
评论 #9748344 未加载
scurvy将近 10 年前
Not trying to be a wet blanket, but there&#x27;s nothing really groundbreaking in this talk. It&#x27;s pretty basic stuff that everyone else running L3 networks already does.<p>I&#x27;d be much more interested in a talk that is solely on proxygen.<p>I&#x27;d also like to know their fragmentation rate is between the L4 and L7 LB&#x27;s. I know what ours is, but I&#x27;m sure FB takes a lot more large uploads than we do. Fragmentation is the downside to using IPVS in a L3 network.
评论 #9748293 未加载
评论 #9746273 未加载
feld将近 10 年前
Surprised they use tinydns.
评论 #9748314 未加载
评论 #9745999 未加载
评论 #9745754 未加载
scurvy将近 10 年前
Well, he kinda failed the infamous Facebook interview question of &quot;what happens when you type www.facebook.com and hit enter in a browser?&quot; ;)