We have a few processes in Java that use nanoTime for internal benchmarking (since that is supposed to be accurate within the same thread).
The processes can communicate between themselves.
Is there a standard way of determining the difference in nanoTime between the threads? (e.g., mimic NTP?). Should this be done regularly?