I’m looking for patterns how to synchronize data. We have multiple clients which should sync their data over an server.
But I always have problems like
- when an clients updates while another client is synching, he will never get it
- the client download its data which he has just uploaded
I have many different objects which can be changed, so one big journal for all is not a solution.
So I’m looking for ready to use patterns. Any links/books ?
It looks curious, but you can read OSPF routing protocol specification. The first task of this protocol is keep synchronized database with the routing tokens (Link State Advertisements).