mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
Added message flow diagram
This commit is contained in:
parent
d32bd09cd2
commit
198ba9503e
2 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,7 @@ As long as you can do something as an operator on in a shell on a system you can
|
|||
- [What is it ?](#what-is-it-)
|
||||
- [Disclaimer](#disclaimer)
|
||||
- [Overview](#overview)
|
||||
- [Example of message flow](#example-of-message-flow)
|
||||
- [Inspiration](#inspiration)
|
||||
- [Why](#why)
|
||||
- [Publishing and Subscribing processes](#publishing-and-subscribing-processes)
|
||||
|
@ -161,6 +162,10 @@ A node can be a server running any host operating system, a container living in
|
|||
|
||||
Steward can be compiled to run on all major architectures like **x86**, **amd64**,**arm64**, **ppc64** and more, with for example operating systems like **Linux**, **OSX**, **Windows**.
|
||||
|
||||
### Example of message flow
|
||||
|
||||
![message flow](doc/message-flow.svg)
|
||||
|
||||
## Inspiration
|
||||
|
||||
The idea for how to handle processes, messages and errors are based on Joe Armstrongs idea behind Erlang described in his Thesis <https://erlang.org/download/armstrong_thesis_2003.pdf>.
|
||||
|
|
4
doc/message-flow.svg
Normal file
4
doc/message-flow.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 103 KiB |
Loading…
Reference in a new issue