Changes between Initial Version and Version 1 of Ticket #525, comment 7
- Timestamp:
- 2015-03-12T22:20:59Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #525, comment 7
initial v1 46 46 * B must be started prior A (is started) 47 47 * B was requested by A (implicit edge, e.g. autostart) 48 * B can only be stopped after A (is stopped) ( to48 * B can only be stopped after A (is stopped) (for correct termination of A) 49 49 * as dependecies are global (any on any) resolver has to be global as well 50 50 * resolver resolves the dependencies and uses restarter(s) to change state of units 51 51 * 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 do n't know about disconnections), however they are "meaningless" when depending unit is stopped52 * 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 54 54 55 55 == Current state == … … 87 87 * task monitoring 88 88 * should be a new responsibility of ```ns``` 89 * begin with si gnle 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)