Ruby daemons and JRuby - alternative options

后端 未结 4 2133
梦谈多话
梦谈多话 2021-01-01 02:06

I have an app that I am migrating from Ruby to JRuby (due to need for better Web Service Security support via Java). One of the gems I use is daemons to create a background

4条回答
  •  不知归路
    2021-01-01 02:56

    I created a gem for the easy creation of Ruby & JRuby daemons: raad (Ruby as a daemon). It works identically with MRI Ruby or JRuby, simple, lightweight, transparent.

提交回复
热议问题