12 Jul
2011
12 Jul
'11
8:26 a.m.
On Tue, Jul 12, 2011 at 11:19 AM, franck <franck@lumberjaph.net> wrote:
2. It will become very cumbersome shutting off or restarting one or more Starman app because I would have to find out the parent process of each app, and kill that in order to kill all the child workers; and
another solution: use something like runit[1]. You create a configuration for each "service" (your applications) with runit. When you want to restart this application you can ask runit to restart this service, and you don't have to think about the process. This is the solution I use, I can post more details if needed.
There is also Ubic: https://github.com/berekuk/Ubic