there are many optimization available:

1) try to  use passenger (or thin)
2) try different ruby VM ( jruby , RubyEE , ruby 1.9) and find which 
work best with your application.
3) look for memory leakage in your application
4) Use some tool like New Relic for fine tuning performance
5) Try to move some computation away from the server into the client 
using Javascript ( example for sorting a table of result)

-- 
Posted via http://www.ruby-forum.com/.
-- 
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-t...@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