Askemos
Message (Askemos application level)
|
911
|
↑ ... is defined by
|
>
|
Askemos |
|
912
|
is subclass of
|
>
|
Frame |
|
1303
|
description
|
>
|
Message & Messages
A known source of confusion stems from the use of message for
two distinct purposes. Especially technically skilled readers are
prone to be trapped.
Messages at application level flow among application level
objects. Invisibly to the application several physical nodes
exchange a different kind of messages to synchronize their
view of the application level.
App level messages are the only one, which carry (legal) meaning,
are often transferred in memory, sometimes big and typically not
written out to wire or disk. Messages exchanged during an update
are what the technician think of: some short, cryptographically
signed frame on the wire, which conveys check sums and version
numbers to sync the nodes local state. App level messages in
contrast are only considered and seen by the application when
witnessed by the majority of hosts in "reasonable" synchrony.
|
|