Leif Mortenson wrote:
> Everything is working correctly, so it is questionable how important
> this is.
> The changes I made early this week to get the optimal startup and
> shutdown order calculated now display that startup order in the debug
> output just before the first component is started. It then displays the
> optimal shutdown order just before the first component is shutdown.
> 
> Since all the work to calculate the correct startup order has been done,
> it would be great to get Fortress to use it. :-)

For the time being, I would like to have things work as they are.  It is
the path of least resistance.

> 
> Berin, I could attempt this myself, but there are going to be issues with
> what to do when a roles file is being used rather than the meta data. In
> that case, the order can not be determined in advance.

Which is why the roles file will be encouraged to go away in the future.
We have something that works, and that is good.

The main issue of the startup control is that Fortress needs to be
updated to account for Vertex objects instead of ComponentHandler
objects in the list.  That would allow us to have one list.  Either
that or sort one list based on another.


For the short term, things should be as they are.  For the long term,
we should look at using our startup and shutdown order.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to