drip
drip copied to clipboard
using "drip" as windows "service"
how to port and install "drip" as as "MS Windows service", so that it can run in background, just like a "unix daemon"? prerably using mingw. It would be good , if there were some clear steps given for MS Windows in the documentation.
I'm not sure that really makes sense for Drip; it is intended to start up a second instance every time you run a command, so there's no one process or service.
Perhaps you are thinking about Nailgun? That keeps a daemon JVM round for multiple commands, and would be more suitable for running as a service.