Tagged Questions
0
votes
1answer
53 views
The best approach to building a mobile service that's also available when the connection drops?
Hopefully this question will be a good suit for P.SE since it is a whiteboard-level 'how can this be done' conceptual question.
I'm trying to build a product that needs to be available to someone on ...
1
vote
2answers
119 views
Path of Replication
I'm currently developing a replication system to keep data in-synch between an arbitrary number of servers.
Some of these servers exist in one cluster on one LAN. Others exist somewhere else in the ...
4
votes
3answers
537 views
How to do data synchronisation between two applications?
Our client has a CRM application (let's call it A) and a custom built Windows application (VB.NET) (let's call it B) that directly writes to and reads from the CRM database.
Application A is used ...