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

Passenger 3 Tech Preview 3: Easier Deployment with Passenger Lite

By Peter Cooper / July 2, 2010

Phusion Passenger 3 introduces a new component to the existing lineup: Phusion Passenger Lite. When it comes to usage, its interface is almost identical to that of Mongrel and Thin.

Unlike Mongrel, Thin and Unicorn, Phusion Passenger Lite can be directly exposed to the Internet. It can serve static files at blazing speeds thanks to the Nginx core. Mongrel and Thin can serve static files but they aren’t very good at it. Unicorn doesn’t even try.

Hongli Lai

It's the latest in the series of "tech preview" posts from the Phusion guys (of Passenger/mod_rails fame). Passenger 3 still isn't released but this time around they show off a new subsystem called "Passenger Lite" - a Nginx-backed "one line and you're done" quick deployment option for both development and production environments. You can even serve an entire suite of apps from a single "instance."

Other Posts to Enjoy

Twitter Mentions