All Questions
2 questions
1
vote
1
answer
67
views
Designing a mechanism to synchronize states with commands despite timing / network inconsistencies
I have two browser clients: A and B. They communicate through a signalling server Server.
A has a clientside heartbeat that signals its ClientState to other clients. ClientState can be one of the ...
65
votes
2
answers
44k
views
Best practice/Patterns for two way data synchronisation
Quite often in my work the idea of 2-way data synchronisation between database systems crops up. The classic example is two slightly different CRM systems (say, Raiser's Edge and Salesforce) and the ...