articles about synchronization methodologies/techniques

  • Thread starter Thread starter Luminal
  • Start date Start date
L

Luminal

greetings

i'm thinking on develop a sync mecanism for my data between pocket pc
and desktop pc. can anyone give hints about articles of techniques and
methodologies about data synchronization?

TIA

Lum
 
Lum,

The essentials of synchronization come down to a very simple issue...data
movement patterns.

http://msdn.microsoft.com/library/d...dnpatterns/html/DesMasterSlaveReplication.asp

Just keep in mind that not *all* solutions require complex data
synchronization methods. There are times... when a very simple slave /
master approach is more than sufficient. In fact, there are times when data
*really* only needs to move one way. Just be careful that your solution
doesn't get more complex than it needs to be. :-)

Cheers,

Rick Winscot
www.zyche.com
 
Back
Top