Running a Ruby Program as a Windows Service?

前端 未结 5 747
不思量自难忘°
不思量自难忘° 2020-12-02 05:47

Is it possible to run a ruby application as a Windows Service? I see that there is a related question which discusses running a Java Application as a Windows Service, how c

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 06:17

    Check out the following library: Win32Utils. You can create a simple service that you can start/stop/restart at your leisure. I'm currently using it to manage a Mongrel instance for a Windows hosted Rails app and it works flawlessly.

提交回复
热议问题