bshapcott / modmite

Automatically exported from code.google.com/p/modmite
0 stars 0 forks source link

Syndication and Replication #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. this is not client-side mashup
   1. server actually syndicates data belonging to another server
2. remote caching
3. client can query source directly for updates
   1. not the delta data, just for update flag
   2. i.e. is there any data newer than
4. replication
   1. syndication has only one master copy
   2. replication actually has peer copies which must be sync’ed
5. syndication/replication sparks

Original issue reported on code.google.com by dbsha...@gmail.com on 24 Sep 2009 at 9:15