I'm building an application which uses load balancing to transfer users to another server. However i want to use a more smart solution than simple redirecting.
It is possible to ping the client's IP somehow using PHP or a simple Unix Command. I want to transfer the user to the server with the lower ping.