- Jul 13, 2001
- 258
- 0
- 0
I've heard a good amount about issues with the scalability of websites implemented on Rails.
As I understand it, a lot of the scalability problems can be avoided by taking a "shared nothing" approach, which makes intuitive sense.
Does anyone have any good input on this? In particular, what common Ruby operations or website features would conventionally be implemented using application shared data that would violate the "shared nothing" approach?
As I understand it, a lot of the scalability problems can be avoided by taking a "shared nothing" approach, which makes intuitive sense.
Does anyone have any good input on this? In particular, what common Ruby operations or website features would conventionally be implemented using application shared data that would violate the "shared nothing" approach?
