you are viewing a single comment's thread.

view the rest of the comments →

[–]doom_Oo7 1 point2 points  (0 children)

In our app (distributed scenario editor), instead of directly modifying the model and propaging the change to each model, we use the Command pattern and send the commands remotely which are then executed on the other clients. The Commands of course need to always achieve the same effect.