Joyent makes Rails app go to 4,000 req/sec

Posted by David February 04, 2007 @ 11:46 PM

Our friends at TextDrive/Joyent have been slugging away at their seriously impressive mega-cluster for quite some time now and it looks like it’s paying off. Just a few days ago, Shopify announced they were coming over.

And now Jason Hoffman shares a few statistics on how they’re making a new big Rails app scale to no less than 4,000 requests per second on one of their sub-pages. That’s a pretty juicy number and is thanks to their BIG-IP-to-48-mongrels setup for Twitter.

Keep rocking, boys.

BTW, the company’s Jason Hoffman will be giving a 3-hour tutorial at RailsConf entitled Scaling a Rails Application from the Bottom Up. You’d be well-advised to secure an early seat to that one.

Posted in Sightings | 8 comments

Comments

  1. jon on 05 Feb 01:14:

    blog objects (css) look screwed in ie6…

  2. DHH on 05 Feb 16:04:

    Please do investigate and shoot back a link to a new CSS that’ll fix it and I’ll update it.

  3. Lyle on 05 Feb 18:17:

    It’s the preformatted text that causes a problem for IE6. It doesn’t scroll content via the overflow property unless it has an explicit width for the box, so when there’s a long line it’s overlapping the left and right columns here.

    Adding this to rails.css should fix it:

    pre { width: 100%; padding-bottom: 24px; }

    Since the horizontal scrollbar is rendered inside the box, IE decides it needs a vertical scrollbar too. The bottom padding doesn’t take this away, but it keeps you from actually having to scroll vertically.

  4. Nat Brown on 05 Feb 18:24:

    I wrote down a few notes about our rails scaling setup at http://ilike.typepad.com/engineering/2007/02/ilike_scaling_r.html that anybody interested in that link might find interesting as well. cheers, n@

  5. Internet Comment Poster on 05 Feb 20:49:

    Now if only they could keep their servers from going down all the time they would be all set.

  6. Geoff on 06 Feb 04:15:

    Dear Internet: Don’t confuse container hosting (Accelerators) with FreeBSD shared hosting (which is going the way of the DoDo, incidentally). Totally different.

  7. Another internet comment poster on 06 Feb 10:22:

    Dear Geoff: TXD used to be the star among the hosting options for rails and for the hobbysts. Now it’s gone the way of the $$$ and you can’t even boot a meager mephisto. Totally different. That’s why Internet is sour.

  8. Oy! on 06 Feb 18:45:

    Please stop disguising advertisements for your buddies as “blog posts”.

    Thank You.