[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: preparing for release? - example correction
From: |
rory |
Subject: |
Re: preparing for release? - example correction |
Date: |
Sun, 1 Dec 2002 10:50:22 -0800 (PST) |
>> -------8<--------
>> check apache with pidfile /usr/local/apache/logs/httpd.pid
>> depend sybase
>>
>> check sybase with pidfile /var/run/sybase.pid
>> depend apache
>> -------8<--------
>
> I'm sorry there's the right form i wanted to ask about:
>
> -------8<--------
> check apache with pidfile /usr/local/apache/logs/httpd.pid
> depend sybase
>
> check sybase with pidfile /var/run/sybase.pid
> -------8<--------
I realized the other reason why I went this way as well. It's going to be
the case that multiple processes depend directly on one process, but not
the case where one process depends directly on multiple processes (if it
really does, chain them, if you can't chain them, you have a race
condition)