Using two datacenters
Ok so say you have a web site that's uses PHP and MySQL and then your visitors are mostly from Asia and some from the US.
You get a server from a Singaporean datacenter for the Asian traffic and you also get a server in the US for the US and nearby countries traffic.
Both servers will use the same domain. It's just that it will automatically redirect you to the datacenter which is nearer to you so if your from Asia then you will be redirected to the Singapore datacenter otherwise to the US datacenter.
Can that be done? and if yes, how?
__________________