Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

The Road to Passenger 3

By Peter Cooper / June 18, 2010

In January 2008, I lamented that the lack of a true mod_ruby was damaging Ruby's viability on the Web (which led to 100+ posts in the comments section!) but within a couple of months Phusion released Passenger (then known as mod_rails) and Ruby webapp deployment hasn't been the same since.

Now, Phusion have built up a successful little consulting business (with some seriously big name clients) and are hard at work on Passenger 3. "Ease of use, stability, and robustness" are the keywords, and while performance is still being improved, Phusion seem keen to make Passenger the highest quality solution rather than merely the faster.

Last week Phusion started a series of blog posts giving a sneak peek at the ongoing work and today's article on Passenger 3's increased stability, robustness and self healing features should be of particular interest to sysadmins and Ruby developers alike.

A significant announcement in today's post is that Passenger will support zero-downtime, lossless restarts for both the Web server and your applications. While this feature isn't groundbreaking in the overall field, if Phusion can deliver such a feature, they'll be raising the bar for the majority of Ruby webapp developers and sysadmins overnight.

Disclaimer: I am a beta tester of Passenger 3 (though admittedly not as useful a tester as I should probably be ;-))

Comments

  1. Lawrence Curtis says:

    Unicorn already does all this... By the time pp3 is out... The bar from rainbows / unicorn / sunburst will be even higher.

    I know it's a personal preference but passenger will always feelto me like it's for the dirty apache redhat bunch

  2. Jared Fine says:

    PP3 looks fantastic. Anything that speeds up my rails apps and / or reduces memory while allowing me to stay relatively hands off is A-OK in my book.

  3. Hongli Lai says:

    @Lawrence Curtis: Phusion Passenger's main difference compared to other Ruby application servers has always been the tight integration with the web server and the ability to dynamically adjust the number of processes based on traffic. A lot of people find this convenient, though some people do not prefer this approach. Which is fine. However let's just say that for Phusion Passenger 3 we have a surprise for you even in that area. ;) Stay tuned.

    I'm surprised how quickly the community comes up with acronyms. Phusion Passenger 3 is already dubbed PP3? :) I originally envisioned Ruby Enterprise Edition to be called R8EE but everybody started calling it REE.

  4. Dick Davies says:

    Speaking of behalf of Team Dirty Apache Redhat , OS packages for this would be a real boon.
    Manually building apache modules is so 2008.

  5. MySchizoBuddy says:

    when will it support ruby 1.9.x.

  6. Hongli Lai says:

    @MySchizoBuddy: Phusion Passenger already supports 1.9, and has done that for more than half a year now. Not sure why you think it doesn't.

Other Posts to Enjoy

Twitter Mentions