Thin is an EventMachine-based web server written in Ruby for running Rack-based web apps.
I've gotten our stack converted to Rails 4 (yea!) and I'm looking to take advantage of the thread-safe code. Puma works …
ruby-on-rails multithreading ruby-on-rails-4 thin pumaMy rails application is running on thin server which i want to benchmark using apachebench the command am using is …
ruby-on-rails apache thin apachebenchI used the following instructions to install and configure the Thin server as a service on Ubuntu 10.04.4 with Rails 3.2.3: http://…
ruby-on-rails thinI've recently found that some people prefer using unicorn_rails instead of the default WEBrick as a web server for …
ruby-on-rails thin webrick unicornI'm shocked that this question hasn't been asked already, but I swear I looked everywhere. Are there advantages of thin …
ruby-on-rails-3 development-environment thin unicorn