real time - What is the Concurrency Control technique used in Meteor -
i pretty new meteor, found interesting.
i wondering underlying technique or algorithm meteor uses concurrency control in real-time , how works conflicts? based on operational transformation (ot) or else? also, helpful know architecture of meteor.
there no conflict resolution in meteor. mongodb controls atomic operations, last write wins. can try things little more using upsert
operations, etc.
there no native ot support meteor, on roadmap , in meantime people me have made packages allow ot packages sharejs integrated meteor apps: https://github.com/mizzao/meteor-sharejs.
Comments
Post a Comment