I'm not exactly sure what I'm looking for but basically I have a PHP app that customers use on their own server.
In it it does a 'call home' command to check if the license key they are using is valid before allowing them to use it.
I currently make it connect to my primary server which is very fast, but it is hosted in the US and if clients have a website hosted in Australia or the UK it can be up to a 500ms wait for the call home script to connect. I need to reduce this time as much as possible.
What I'm looking for is some company that has servers all over the world that would mirror this call home script (and keep the databases in sync as it the system needs to log connects from clients) so that no matter where a clients server is located the call home script would be able to connect fast.
Is this possible? If so how could I go about doing this, what am I looking for here?