oriamiga
Ori Amiga is the Principal Group Program Manager of the Live Developer Platform team responsible for driving the developer platform efforts across the Live Platform Services (LPS) group including Microsoft’s new Mesh platform. He joined Microsoft in 1999 as a Program Manager in the Enterprise Server division. In 2002 he transferred to the Mobile and Embedded Devices division, and drove the development platform offering for Windows Mobile. In 2004 he continued his efforts driving the mobile pla...
Ori Amiga: Programming the Mesh
Apr 24, 2008 at 5:47 PMOri Amiga: Programming the Mesh
Apr 24, 2008 at 5:38 PMThe mesh synchronization infrastructure essentially detects conflicts at the DataEntry level – so in the case of file synchronization, this happens at the file file/metadata level. While the system is able to resolve conflicts “automatically” if needed, in general it leaves the conflict resolution logic to the application layer. For example, using the scenario you describe below where “two users are working on something and one saves right before the other” – the mesh user experience (e.g., Live Folders) will prompt the user with information about the two conflicting files and allow the user to select how they would like to resolve the conflict. This approach enables applications which are able to handle conflicts at different levels to apply the appropriate logic for their users. In other scenarios where multiple users may be editing different DataEntries within the same Feed in the system – the system will automatically apply merge semantics for the changes.