Changes between Initial Version and Version 1 of Ticket #525, comment 7


Ignore:
Timestamp:
2015-03-12T22:20:59Z (9 years ago)
Author:
Michal Koutny

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #525, comment 7

    initial v1  
    4646         * B must be started prior A (is started)
    4747         * B was requested by A (implicit edge, e.g. autostart)
    48          * B can only be stopped after A (is stopped) (to
     48         * B can only be stopped after A (is stopped) (for correct termination of A)
    4949   * as dependecies are global (any on any) resolver has to be global as well
    5050   * resolver resolves the dependencies and uses restarter(s) to change state of units
    5151      * on the other hand, restarter's also notify resolver about unit state changes
    52    * broker notifies resolver about mediated connections in order to create implicit edge
    53       * implicit edges persist (broker don't know about disconnections), however they are "meaningless" when depending unit is stopped
     52   * broker notifies resolver about mediated connections in order to create implicit edges
     53      * implicit edges persist (broker doesn't know about disconnections), however they are "meaningless" when depending unit is stopped
    5454
    5555== Current state ==
     
    8787   * task monitoring
    8888      * should be a new responsibility of ```ns```
    89       * begin with signle tasks and extend it to spawning tree operations (integral approach from previous post)
     89      * begin with single tasks and extend it to spawning tree operations (integral approach from previous post)