Is there any way to get Passenger running on a Windows machine? It doesn't appear so, but it seems like many Stackoverflow'ers have used Passenger a lot and I was wondering if its possible.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.
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)
回答2:
You can use Helicon Zoo instead.
Domus71