Ruby on Rails Scaling
Just came across with this article about RoR scaling issues.
Some quotes:
“When it comes to handling massive HTTP traffic, you can scale a Rails application horizontally just like any other by replicating your front-end web servers behind a load balancer. There’s nothing about Rails that makes this more difficult than with any other technology.”
So if you don’t know [...]
Rui Alves on Sunday, May 4th, 2008 | | Posted in Software Development | No Comments