>  I`ll rewrite a 10 years old site, written in asp/mysql
> (www.motonline.com.br). Now it has one milion page views a month, and
> we can hope it grows after rewrite. Well, I know several ror sites,
> but have no idea about its access stats. I already use ror for smaller
> projects and only need to confirm if ror can satisfy the performance
> demands for this.
>  Can you comment about the ror performance for such a page view scale
> and/or point to some cases or statistics from existing sites?

Rails can scale to support that.  The problems you'll run into after a  
certain point aren't really Rails specific, but will apply to any site  
serving that amount of traffic.

Also keep in mind that 1mil views/month spread out evenly is only .38  
views a second.  Which isn't much.  Of course traffic is never spread  
evenly, but you get my point.

You might want to check out http://railslab.newrelic.com/scaling-rails  
to help guide your decisions.

-philip

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to