If you have a Rails app that is taking a long time in Ruby code, then you obviously have a compute-intensive action. Perhaps you could find the most expensive part of that action and rewrite it in C using ruby- inline (http://www.zenspider.com/ZSS/Products/RubyInline/). If you haven't looked into this, and if you really need to write some tight C code, then you will kiss the feet of Ryan Davis for making it all so easy. On Jan 14, 2008, at 2:05 PM, Roger Pack wrote: > Unfortunately it's for a rails app so I am unequivocally (except for > maybe using evented mongrel) stuck with the default app performance. > Thanks for the tips on the optimizations! >> Roger, you are sure that you have exhausted all optimizations of Ruby >> code, are you? >> >> Kind regards >> >> robert > > -- > Posted via http://www.ruby-forum.com/. >