Hi, I hope you can help me with this. I have implemented a simple web
app on top of Mongrel and now I need to run it as a Windows Service. I
explored the mongrel_service gem and it looks like I will need an
executable (.exe) for this. Is there a way to use the existing
mongrel_service.exe to run my own script?
Hi, I hope you can help me with this. I have implemented a simple web
app on top of Mongrel and now I need to run it as a Windows Service. I
explored the mongrel_service gem and it looks like I will need an
executable (.exe) for this. Is there a way to use the existing
mongrel_service.exe to run my own script?
mongrel_service gem was implemented to work with Rails.
Inside the gem there is mongrel_service.exe (inside bin), but that
only works with mongrel_rails script.
While your user case is a valid one, was not considered when developed.
You have a few options for your situation:
check mongrel_service FreeBASIC code (which is the actual service)
and implement your own variation.
(willl take you some time)
look into options like svrany or firedaemon, which let you run
console applications as services.
Thanks in advance,
Hope this helps,
Luis L.
AREA 17
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry