views:

973

answers:

1

Is there anyway to get PAssenger running on a Windows machine? It doesnt appear so, but it seems like many Stackoverflow'ers have use passenger a lot and I was wondering if its possible.

+3  A: 

Hongli (the author) said in 2008

Hi Mitja. We have no plans to port Passenger on Windows. Windows lacks the proper facilities to implement Passenger efficiently. Passenger on Windows will be very, very inefficient, which can give both Ruby on Rails as well as Passenger a bad name.

from:

http://izumi.plan99.net/blog/index.php/2008/04/11/phusion-passenger-mod_rails-public-release-heck-it’s-about-time/

So to me it looks like your out of luck here. Just run a VM and do your Rails work on it. Ruby/Rails is painfully slow on windows. Simple things like Script/Console take upwards of 10 seconds (and only a second on a linux VM)

Sam Saffron