Search code examples
ruby-on-railsthin

Rails production server (thin): pages occasionally load slower


I'm running my Rails application through thin on Windows OS.

thin start -e production

Since the number of users grew, now around 10 people using the app simultaneously, there are times when a same page takes a while longer to load.

  • Are there other configurations that I need to set when running the server on production?

I'm quite sure that it has to do with the server since the slow down happens on pages that normally loads fast.


Solution

  • The following document describes about how to deploy rails application in windows. I haven't done this personally but, believe the latest versions should allow that. Please check the below link to see how it can be done

    http://weblog.rubyonrails.org/2006/5/11/deploying-rails-on-windows-servers/