I have an app that writes some data to a file every second.
I used a Timer
that and schedule it at a fixed interval of 1000
for the most part it works fine, but sometimes i notice there are seconds, or sometime even minutes where there is no data in the log file.
Is there any likely suspects to this problem?