Live data from Hacker News

The Architecture Twitter Uses to Deal with 150M Active Users

highscalability.com

1–10 of 166 posts

Re: The Architecture Twitter Uses to Deal with 150M Active Users

#6

> Twitter knows a lot about you from who you follow and what links you click on. No kidding. But we don't care as we live in the glass house of a celebrity culture. PS: downvote the quoted text if you must. My point is not obvious.

If you expect others to misunderstand you, perhaps try to better represent your thoughts?

Re: The Architecture Twitter Uses to Deal with 150M Active Users

#7
Here is a similar talk that Jeremy Cloud gave at QCon NY a few weeks ago: http://www.infoq.com/presentations/twitter-soa

Jeremy Cloud discusses SOA at Twitter, approaches taken for maintaining high levels of concurrency, and briefly touches on some functional design patterns used to manage code complexity.

Re: The Architecture Twitter Uses to Deal with 150M Active Users

#8
post #7

Here is a similar talk that Jeremy Cloud gave at QCon NY a few weeks ago: http://www.infoq.com/presentations/twitter-soa Jeremy Cloud discusses SOA at Twitter, approaches taken for maintaining high levels of concurrency, and briefly touches on some functional design patterns used to manage code complexity.

I would absolutely trust someone named Jeremy Cloud on this subject.

Re: The Architecture Twitter Uses to Deal with 150M Active Users

#9

This article cites its source as a talk by Twitter VP Raffi Krikorian. 38 minutes of video, audio, and slides are at http://www.infoq.com/presentations/Twitter-Timeline-Scalabil...

Thank you for sharing it.... I was wondering about the video.

Re: The Architecture Twitter Uses to Deal with 150M Active Users

#10
I really question the current trend of creating big, complex, fragile architectures to "be able to scale". These numbers are a great example of why, the entire thing could run on a single server, in a very straight forward setup. When you are creating a cluster for scalability, and it has less CPU, RAM and IO than a single server, what are you gaining? They are only doing 6k writes a second for crying out loud.
Post reply on HN