Skip to content

Instantly share code, notes, and snippets.

@n0ts
Last active October 11, 2015 14:07
Show Gist options
  • Save n0ts/3870273 to your computer and use it in GitHub Desktop.
Save n0ts/3870273 to your computer and use it in GitHub Desktop.
Ruby On Sever Side

Target Application: Rails 2.3.x and Merb 1.3.x => Rails 3.1 or 3.2

Current: Apache 2.2 + Passenger 3.x + REE 1.8.7 without tcmalloc

Step1: Apache 2.2 + Unicorn + REE 1.8.7 with tcmalloc

Step2: Apache 2.2 + Unicorn + Ruby 1.9.3 with jemalloc

Step3: Nginx + Unicorn + Ruby 1.9.3 with jemalloc

@lamanotrama
Copy link

Unicornに切り替えるなら、前段はapacheよりnginxの方が良さそう。
と、うちのhsbt先生がいうてましたー。apacheが他で色々依存してるならまた別ですけど。

@n0ts
Copy link
Author

n0ts commented Feb 12, 2013

コメント、ありがとうございます!!!
大人の事情で、俺俺 combined ログに依存しているんですよね、、、nginx でも同じことができるか調査してみます!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment