Path of Replication

Posted by geeko on Programmers See other posts from Programmers or by geeko
Published on 2011-05-21T19:58:50Z Indexed on 2011/06/23 8:29 UTC
Read the original article Hit count: 234

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 world.

I'm wondering what are the pros/cons of different paths that we choose to flow replicated data on between servers?

In other words, what are the different strategies to load balance the replication process ?

© Programmers or respective owner

Related posts about planning

Related posts about data