Top "Data-synchronization" questions

Data synchronization is the process of establishing consistency among data from a source to a target data storage and vice versa and the continuous harmonization of the data over time.

Best way to synchronize local HTML5 DB (WebSQL Storage, SQLite) with a server (2 way sync)

I am developing a mobile web application (for iPhone & Android) with a local database (using html5 webstorage) so my …

html web-applications storage data-synchronization
How to Sync iPhone Core Data with web server, and then push to other devices?

I have been working on a method to sync core data stored in an iPhone application between multiple devices, such …

iphone ios core-data sync data-synchronization
Client-server synchronization pattern / algorithm?

I have a feeling that there must be client-server synchronization patterns out there. But i totally failed to google up …

client-server data-synchronization
What is progress and bounded waiting in critical section?

I was reading Critical Section Problem from Operating System Concepts by Peter B. Galvin. According to it 1) Progress is : If …

operating-system synchronization critical-section data-synchronization thread-synchronization
Strategy for Offline/Online data synchronization

My requirement is I have server J2EE web application and client J2EE web application. Sometimes client can go …

java database jakarta-ee data-synchronization
How to sync data between different devices

I am planing to implement an app and I have come to a point where I don't know what is …

android synchronization cloud data-synchronization
Synchronizing client-server databases

I'm looking for some general strategies for synchronizing data on a central server with client applications that are not always …

sql database design-patterns client-server data-synchronization
Difference between data replication and synchronization?

I'm having trouble finding the differences between data synchronization and replication. From what I can tell, replication is making all …

replication sync database-replication data-synchronization
Offline / Online Data Synchronization Design (Javascript)

I'm currently in the process of writing an offline webapp using all the html5 goodies for offline support. However I'm …

javascript offline data-synchronization pouchdb
What is a good solution to synchronize data between iOS apps?

I am developing an application, whose data management is realized through Core Data, and I am studying how to implement …

objective-c ios core-data data-synchronization