Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
440 views

How will the Windows C/Sleep() function operate during clock drift?

If I run something like Sleep(10000), and the system clock changes during that, will the thread still sleep for 10 seconds of wall-clock time, or less or more? I.e. does the Sleep() function convert ...
2
votes
8answers
4k views

Synchronization (of clocks) between two remote computers

I'm looking into writing a simple synchronization ability into my app and one of the concerns that has popped up is synchronization of time between two remote computers, each with their own clock (in ...
1
vote
2answers
359 views

The Clocks on USACO

I submitted my code for a question on USACO titled "The Clocks". This is the link to the question: http://ace.delos.com/usacoprob2?a=wj7UqN4l7zk&S=clocks This is the output: Compiling... ...