Passenger (mod_rails) versus Thin on nginx

Here’s a good post on Passenger versus Thin, and here is a better benchmark that includes thin on nginx.

image001.png

passenger_mongrel_thin_benchmark.png

Passenger looks to be pretty darn quick. I’m impressed.

Comments

  1. Dinooz | August 5, 2008

    What about the memory usage in the server, would it be possible to see the impact also ???

  2. scott | August 5, 2008

    Hi Dinooz,

    When testing it out myself, I didn’t see much of an uptick for a rarely visited site (like 20mb).

    You can try for yourself, and see what you come up with. Here’s a tutorial: http://scottmotte.com/archives/145

    I would recommends it for lightly visited sites for clients and things. I believe Ben Hughes and/or a commentor agrees on this at: http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/