R
Ronald Green
Hi,
I have this theoretical problem: Say that I need a chat server that
also has a database where it saves all conversations. However, I need
several servers for availability and load balancing.
Now arises the problem of how to synchronize the servers in the
shortest interval (synchronize databases that is). I'm not sure that
merge or peer-to-peer replication in sql 2005 is the best solution for
synchronization (because it still has a 6-10 seconds latency).
Suggestions anyone?
Thanks in advance,
R. Green
I have this theoretical problem: Say that I need a chat server that
also has a database where it saves all conversations. However, I need
several servers for availability and load balancing.
Now arises the problem of how to synchronize the servers in the
shortest interval (synchronize databases that is). I'm not sure that
merge or peer-to-peer replication in sql 2005 is the best solution for
synchronization (because it still has a 6-10 seconds latency).
Suggestions anyone?
Thanks in advance,
R. Green