Sanjay Vyas blogs about the problems he is having with synching different devices. No way to say which is the latest entry and how to merge modified data.
Looks like instead of each device trying to use a differnt program to sync stuff, they need to produce an XML(can even be a RSS) feed of data, that has changed and this is taken in by a common program on the PC(maybe a Web Service), which merges the data(intelligently) and sends a new XML feed with the new data that the devices start using or merge into their databases.
And all devices always sync up data with this common program so that everyone is always in sync....


Comments