You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: