Passenger on Windows

后端 未结 2 1027
天涯浪人
天涯浪人 2020-12-18 21:55

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 wonderi

相关标签:
2条回答
  • 2020-12-18 22:02

    You can use Helicon Zoo instead.

    Domus71

    0 讨论(0)
  • 2020-12-18 22:22

    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)

    0 讨论(0)
提交回复
热议问题