I am currently managing the backend server of an Android Application. We use DigitalOcean in Singapore, that we thought was a good location for China too. Unfortunately, testing the response time from within China gives > 6 secs
www.websitepulse.com/help/testtools.china-test.html
I am trying to figure out a way to replicate our infrastructure inside the great Firewall and was wondering what could be the best practice to setup a server there as well, considering that our API are read/write.
I am considering Amazon that also features a China Region, but the main problem remains how to keep in sync the two databases across regions, considering lag etc.
At the moment we're using Mysql+PHP but I have no problem on migrating the API services to other languages/DBS
Do you have any suggestion?
Many thanks.