On Feb 24, 2006, at 8:35 AM, David Jencks wrote:

I've never been able to figure out a reasonable way for this to work, maybe someone else has better thinking on the subject. Here's the problem I see:

Two configurations , A and B, B is a child of A. We start with both A and B started.

Stop A, this should stop B first.

Now I want to stop B, so when I restart A, B does not restart.

Anyone see how to make this work?

Um isn't this what startRecusive does?

We have A <- B with both running. Stop(A) will stop B then A. StartRecursive(A) will start A and then start B.

-dain

Reply via email to