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.

Building a Billion User Load Balancer [video]

79 pointsby noveltysystemsalmost 10 years ago

7 comments

acaloiaralmost 10 years ago
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 未加载
stannalmost 10 years ago
Can anybody summarize the talk for folks like me who for several reasons cannot watch the video?
评论 #9745328 未加载
评论 #9747807 未加载
patrickshuffalmost 10 years ago
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>
scojalmost 10 years ago
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 未加载
scurvyalmost 10 years ago
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 未加载
feldalmost 10 years ago
Surprised they use tinydns.
评论 #9748314 未加载
评论 #9745999 未加载
评论 #9745754 未加载
scurvyalmost 10 years ago
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; ;)