开发者

synchronization web service methodologies or papers

开发者 https://www.devze.com 2023-03-21 21:52 出处:网络
I asked this question on programmers, but it has been crickets for a day... if this is the wrong place, I will just kill the question.

I asked this question on programmers, but it has been crickets for a day... if this is the wrong place, I will just kill the question.

I am building a web service (PHP+JSON) to sync with my iphone app. The 开发者_StackOverflowmain goals are:

  1. Backup
  2. Provide a web view for printing / sorting, manipulating.
  3. allow a group sync up and down.

I am aware of the logic problems with all of these items, Ie. if one person deletes something, do you persist this change to other users, collisions, etc.

I am looking for just any book or scholarly work, or even words of wisdom to address common issues.

  • when to detect changes of data with hashes, vs modified dates, or combination.
  • how do address consolidation of sequential ID's originating on different client nodes (can be sidestepped in my context, but it would be interesting.)
  • dealing with collisions (is there a universally safe way to do so?).
  • general best practices.
  • how to structure the actual data transaction (ask for whole list then detect changes...)


Here are the slides of a presentation that's been given at ZendCon 20091, which should give you some ideas : Planning for Synchronization with Browser-Local Databases

1 If I'm not mistaken

0

精彩评论

暂无评论...
验证码 换一张
取 消