Re: Dependencies (like monit)?

2012-10-17 Thread Roman Gaufman
Did you ever find a solution to this? On Friday, 13 June 2008 18:42:58 UTC+1, s.ross wrote: > > I have a Rails app that wants a DRb process to be alive before > starting. Using monit, one can prevent the mongrels from starting > based on the state of another process. Is there some way to monitor

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