Tagged Questions
The clock-synchronization tag has no wiki summary.
6
votes
4answers
4k 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 ...
4
votes
4answers
1k 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 ...
1
vote
0answers
49 views
How to remove time info from WCF messages?
I was trying to set maxclockskew for a secure service being consumed in a Silverlight client.
The things I tried have been summarized in related post
How to fix the WCF maxClockSkew problem in a ...
0
votes
0answers
23 views
How to use NI 6602 synchronization card?
I need to write a program that wakes up every few milliseconds and does something. For this I want to use NI 6602 synchronization card. I've searched everywhere and didn't find any API or something of ...
0
votes
1answer
44 views
How do I establish clock synchronization in the cloud (AWS, heroku, etc) across many nodes?
I would like to run a large cluster of nodes in the cloud (AWS, Heroku, or maybe self-manged VMS), whose clocks must be synchronized with a predefined tolerance in mind. I'm looking for a tolerance ...
0
votes
0answers
105 views
(iphone/mac)clock synchronization timestamps
I am currently attempting to synchronize as accurately as possible the clocks of my mac and my iphone.
I am using CocoaAsyncSocket as my socket library.
The clock synchronization algorithm I am ...