From DataObjects.Net Wiki

Jump to: navigation, search

Contents


Synchronization is key feature scheduled to be implemented in v4.1 (mid-July 2009). We are going to implement the following synchronization scenarios:

Master-slave sync

  • Master gets updated by slave using operation logs produced by Atomicity framework on slave
  • Slave gets updated nearly by the same way as in P2P sync.

P2P sync

Microsoft Sync Framework provides an excellent support for this pattern. We'll either support it, or use the very same approach.

Disconnected state

We're going to provide a special API allowing to "disconnect" any Session from the underlying storage and connect it back with either flushing or rolling back the changes.

Details

Check out this post - it explains a lot.

See also

Personal tools

X-tensive.com - software solutions on .NET