Re: Dependency

2013-10-18 Thread Robert Birch
Here's a tutorial on how to create God process dependencies https://coderwall.com/p/9evraa?i=1&p=1&q=author%3Arobdbirch&t%5B%5D=robdbirch On Thursday, July 9, 2009 11:32:27 AM UTC-4, killfill wrote: > > Hello god's!... > > I have a group a processes i wish to monitor with god, and they depend >

Re: Dependency

2012-10-17 Thread Roman Gaufman
Are there any workarounds for this? - I want to use God to start an RTSPProxy and then start an RTSPClient. But obviously the RTSPClient depends on the RTSPProxy running - how would I make sure the Client is started after the Proxy is running? On Sunday, 9 August 2009 18:34:58 UTC+1, Tom Werner

Re: Dependency

2009-08-09 Thread Tom Preston-Werner
On Jul 9, 8:32 am, killfill wrote: > I have a group a processes i wish to monitor with god, and they depend > on each other. > Is it possible to define dependencies between them? There is currently no mechanism for specifying dependencies between watches, though it is something that I'm interest

Dependency

2009-07-09 Thread killfill
Hello god's!... I have a group a processes i wish to monitor with god, and they depend on each other. Is it possible to define dependencies between them? So i.e. when i "god start my_group_of_procs" then they will be started in order. Or then one of the base processes dies, then stop all the one