Scaling Rails Presentation (From Scribd Launch)
Scaling Rails Presentation (From Scribd Launch)
Another
Rails
Scaling
Presentation
Ruby on Rails Meetup
May 10, 2007
Jared Friedman ([email protected]) and
Tikhon Bernstam ([email protected])
Should you bother with
scaling?
Well, it depends
But if you’re launching a startup, probably
The best way to launch a startup these days
is to get it on TechCrunch, Digg, Reddit, etc.
You don’t get as much time to grow
organically as you used to
You only get one launch – don’t want your
site to fall over
The Predecessors
Other great places to look for info on this
poocs.net The Adventures of Scaling Rails
http://poocs.net/2006/3/13/the-adventures-of-scaling-stage-1
Dead easy:
<% cache 'keyname‘, :expire => 10.minutes do %>
...
<% end %>
Expiring fragments, 2. Manually