Tagged Questions

3
votes
4answers
215 views

The best way to synchronize client-side javascript clock with server date

I have a task to show digital clock (with minutes precision) on HTML page in some fixed timezone (MSK or MSD - depending on current date). I'd like to avoid relying on client system clock, so some …
0
votes
0answers
71 views

How do I synchronize clocks between Linux and Windows? [closed]

I am running some benchmarks between a Windows client and Linux server. In order to measure the latency correctly I need to synchronize the clocks between the two machines before starting the test - …
3
votes
3answers
225 views

Is there an off-the-shelf clock synchronization solution for Java?

We have a large high-performance software system which consists of multiple interacting Java processes (not EJBs). Each process can be on the same machine or on a different machine. Certain events …