Is it possible to setup load balancing between these servers, So that the same domain can be hosted in two different servers.

link|improve this question
feedback

migrated from stackoverflow.com Nov 13 '11 at 11:33

This question came from our site for professional and enthusiast programmers.

2 Answers

You can use an advanced DNS service such as UltraDNS to globally load balance between multiple data centers.

We use them to route internet traffic to the geographically nearest data center, and to reroute traffic if a particular data center is experiencing problems.

link|improve this answer
Thank you for your quick reply.. I will check the service .. – Sura Aug 16 '11 at 5:59
@Sura: UltraDNS is the one I'm familiar with. I'm sure there are several other companies that offer a similar service. – Eric J. Aug 16 '11 at 7:00
feedback

You can just have two A records in DNS for your service pointing at different servers (or three, four, etc). That will give you simple load balancing for free!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown