qcon presentation

My QCon presentation is available.

Improving Running Components at Twitter

Some choice Tweets:

  • philwills: Evan Weaver on scaling twitter at #qcon was full of
    interesting stuff and good questions from audience.
  • markhneedham: fascinating reading these stats about #twitter
    from Evan Weaver’s talk #qcon
  • jurgenonland: sitting at a presentation from Evan Weaver @
    #qcon, wow he must be verry unhappy at his work
  • szegedi: Listening to Evan Weaver talking about Twitter system
    architecture & tuning. Getting to learn from these experiences is priceless.
  • oudenampsen: Was just by Evan Weaver of twitter. Gave the impression that any time he could commit suicide. However interesting.

My presentation abilities have gone from “bad” to “tolerable”, so I’m relatively satisfied with the situation. Clearly I need to be more engaging.

11 Comments

  1. Posted March 13, 2009 at 9:32 AM | Permalink

    Any chance the audio will be available anywhere at some point?

  2. Posted March 13, 2009 at 11:33 AM | Permalink

    +1 for audio!

  3. Posted March 13, 2009 at 1:14 PM | Permalink

    So why are so few, to no, startups using LDAP? I would think LDAP would be a perfect short and long-term solution for twitter. They could put all of their users in LDAP, and then all of the people they are following into a group (each user gets a group). Now, when you want to know who someone is following, that is one query (no joins like in a DB!), and then if you want to know who is following them, again, it is one query.

    LDAP (like Sun’s LDAP which is free) scales beautifully (it was designed for this, just ask the telcos), and you can easily put all of this info in memory. Sun’s 6.3 version handles large groups like this very well. (I do not work for Sun.) And if you want open source, they could use OpenDS or Fedora DS (but I don’t know how well Fedora would do with huge groups).

    Looking at those slides makes my head spin in terms of what they have tired to engineer with memcache, etc. It just seems like they are trying to fit square pegs into round holes.

  4. Posted March 13, 2009 at 1:21 PM | Permalink

    Style isn’t everything!

  5. Posted March 13, 2009 at 2:41 PM | Permalink

    Implementing a scalable Twitter is the “Hello World” application of Redis: http://code.google.com/p/redis/wiki/TwitterAlikeExample

    (here “Hello World” does not mean the simplest, but the one that is non obvious and exploits many important features to understand the system).

  6. Posted March 13, 2009 at 8:06 PM | Permalink

    I know London is dreary evan but please don’t commit suicide.

  7. Posted March 14, 2009 at 1:28 PM | Permalink

    Why don’t you just use X, X works on my blog. Amateurs.

    Good slides man, and don’t let the london weather (or locals) get you down :)

  8. Posted May 20, 2009 at 8:46 AM | Permalink

    Great presentation!

    On slide 40 of your presentation, you state that, “network memory, at web scale, is lower latency than local computation.” Could you elaborate on that? What do you mean by web scale and what qualities of “web scale” changes the traditional latency ordering?

  9. Posted June 18, 2009 at 4:33 PM | Permalink

    @Chris Farnham: I was not at the presentation and did not hear the audio, but from looking through these slides, my assumption is that it is faster to get the cached results from the network memory than the recompute them locally. Once you have computed something locally, you want to cache it on the network, so that other nodes can pick it up, rather than recompute the same result.

  10. Posted June 28, 2009 at 9:22 PM | Permalink

    I would like to hear some views on the use of LDAP as proposed by Lucas Rockwell .

  11. Posted July 2, 2009 at 7:48 PM | Permalink

    What does Twitter use the Comet Server for?

Follow

Get every new post delivered to your Inbox.

Join 66 other followers