Interface for Coordinators #207
tanneberger
started this conversation in
General
Replies: 2 comments
-
Be careful with phrases like "tag smaller then the given tag", which does not mean the same thing as "tag smaller than or equal to the given tag." This distinction is important. |
Beta Was this translation helpful? Give feedback.
0 replies
-
A question we should answer up front is this: I don't think there is any use-case for coordinating different connections with the same direction. But there might be a use-case for doing different coordination in each direction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Channel or Connection based Coordinators
What is the purpose of a coordinator?
I would say: Figure out until which logical time there are no incoming messages.
Hence every
NetworkChannel
needs an associatedChannelCoordinator
which keeps track of incoming messages and talks with the other federate to figure out until which timestamp there are no incoming messages from that other federate.Derived Interface
Beta Was this translation helpful? Give feedback.
All reactions