i just discovered this and i find it very strange nobody mentioned it on
this forum yet. i think it is great news:
an apache module for rails,
super easy deployment, ideal for shared hosting and even a little faster
than mongrel. they claim it is very stable already
It’s a nice setup. It’s going to be on shared host provider’s sites.
It’s not that big of a deal for big sites - nginx & mongrel + monit is
probably the best setup to date. Ebb looks pretty cool down the road.
We built this test site over the weekend to see how well it would do
with
lots of hits all the time. This is a dual core server with 2 gigs of
ram,
rails 2.0.2, mysql and very little code. No caching.
Things are pretty fast right now. We’re getting about 5-10 pageviews per
second on the rails app. Some stats:
Rails processes running: 3
memory per process: 28megs - 32megs
server load: 0.04 (yes, 0.04)
All in all, mod_passenger is worth it. We’re heading into tonight when
(ahem!) we should get a lot more traffic. I’ll report back tomorrow.