Tagged Questions
3
votes
3answers
259 views
Optimal communication pattern to update subscribers
What is the optimal way to update the subscriber's local model on changes C on a central model M? ( M + C -> M_c)
The update can be done by the following methods:
Publish the updated model M_c to ...