New answers tagged patterns
0
Your assumptions are a little off
Publish the updated model M_c to all subscribers. Drawback: if the
model is big in contrast to the change it results in much more data to
be communicated.
What you're describing here is essentially the pub-sub (ie publishers/subscribers) model. Even at scale, it's not very expensive to do because the data being ...
Top 50 recent answers are included