JT Hopple LLC

Passenger / Enterprise Ruby

JeremyRails, Tips Digg!

I finally tried out Passenger (mod_rails) and Ruby Enterprise Edition. Two words come to mind: easy and awesome!

For those of you that don't know, Passenger is an apache module that makes Ruby on Rails deployment super easy in the same way that deploying php can be super easy. You simply point apache at the public directory of your Rails application and you're good to go. Ruby Enterprise Edition is written by the same folks as Passenger and it improves Ruby's garbage collector and memory allocator. They claim that with Ruby Enterprise Edition your Rails apps will use 33% less memory.

I highly recommend checking it out.

1 Comment

Update: I'm now have a few different production applications deployed on passenger. I haven't done any serious benchmarking, but the stability has been flawless and the performance of the app feels at least as good as the old Mongrel cluster if not better.

Post a comment