views:

72

answers:

1

Is twitter still on Rails?

+3  A: 

Check this link - http://highscalability.com/scaling-twitter-making-twitter-10000-percent-faster. It seems that they moved from Ruby to Java based stack. Here you will find more details on the current twitter architecture - http://www.infoq.com/news/2009/06/Twitter-Architecture.

Skarab
They moved a small part from C to Scala. In particular, they augmented their MySQL database with an in-house Message Queue written in Scala. Most of the stuff that used to be RoR is still RoR.
Jörg W Mittag