1
Is there any way to measure latency between a client and a JAVA server?
I intend to create a proxy server that will redirect the request of a client to one of the other two servers, and one of the metrics for choosing the server will also be based on the latency between the servers and the proxy. And I would like to put the code to measure the RTT directly in my application.