Sleep Function Error In C
Posted
by Arman
on Stack Overflow
See other posts from Stack Overflow
or by Arman
Published on 2010-05-28T07:58:42Z
Indexed on
2010/05/28
8:01 UTC
Read the original article
Hit count: 168
I have a file of data Dump, in with different timestamped data available, I get the time from timestamp and sleep my c thread for that time. But the problem is that The actual time difference is 10 second and the data which I receive at the receiving end is almost 14, 15 second delay. I am using window OS. Kindly guide me.
Sorry for my week English.
© Stack Overflow or respective owner