views:

74

answers:

2

Hi, The beauty of fast paced frameworks like Rails is that it allows you to deploy quickly- sometimes that comes with a price of having to find ways to scale later. Twitter seem to still be having problems scaling, even though they have been working on this problem for well over a year.

I was wondering - what is preventing them from scaling properly? Is it rails? Database problems? API complexity? Monkeys in the data center?

Any ideas?

+1  A: 

I remember about this article on Coding Horror.

Although it is a little bit old, it answer to some Twitter scalability questions.

controlbreak
This is less about the actual problems and more about what they should do. :)
Che Kofif
But thanks for the link :)
Che Kofif
+1  A: 

Some discussion here: http://stackoverflow.com/questions/1852729/hows-the-latest-ruby-on-rails-code

John Topley
ohh, thanks :) Good read.
Che Kofif