Questions tagged [clock-synchronization]
33 questions
0
votes
0 answers
How does Android sendMessageAtTime() really work?
So I have an large (up to 5000) array of pre-defined, time-senstive messages I want my program to send to a Handler. Some of these messages need to be as little as 40 milliseconds apart. I thought I could just call a bunch of sendMessageAtTime() to…

ScottyB
- 2,167
- 1
- 30
- 46
0
votes
2 answers
How to Sync Time with Amazon Web Services
I am getting lots of problems with the AWS API and Cloudberry Explorer. For example, on Cloudberry explorer I get:
Your computer clocks are not synchronized. For security reasons Amazon
generates errors when your clocks are not synchronize. Check…

Liron Harel
- 10,819
- 26
- 118
- 217
-2
votes
1 answer
how to make server send a message to 2 clients at different location at almost same time. (implementation in java)
I am trying to implement a 2 player game. Where the 2 clients communicate with the server to play the game and server decides which player has won the game. I am using distributed approach using TCP connection.
As part of my implementation I will…

Swecha
- 1