Architectural Design:Control Models - 2
Centralized Control:
(a) Call-return model:
- Familiar top-down subroutine model
- Control starts at the top of a subroutine hierarchy
- Only applicable to sequential systems
(b) Manager model:
- One system component is designated as a system manager and controls starting/stoping/coordination of other system processes
- Applicable to concurrent systems