July 16, 2008

speed up your rails apps with two lines

If you are using mongrel and you have many concurrent requests these lines should help you ;)

sudo gem install thin
thin start -e production -d

We don't have any benchmarks like these. But we can see real huge difference in application responsiveness.

0 comments: