Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to unicorn as a webserver #61

Open
phansch opened this issue Apr 4, 2014 · 0 comments
Open

Switch to unicorn as a webserver #61

phansch opened this issue Apr 4, 2014 · 0 comments

Comments

@phansch
Copy link
Contributor

phansch commented Apr 4, 2014

Reasons and more information here: https://devcenter.heroku.com/articles/rails-unicorn

  • It is a simple replacement which allows running multiple worker processes at once
  • It is recommended by Heroku
  • It is faster™ than WEBrick (I couldn't find any recent benchmarks or comparisons)

What needs to be done to make this work:

  1. Add this Gem: https://github.com/samuelkadolph/unicorn-rails (instead of just the unicorn Gem)
  2. Follow the instructions in the above guide
  3. push and merge to staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant