The next execution of the run () method will be done after the 1st execution is over. The first execution need not take 0 milliseconds - it might take a few milliseconds or seconds depending upon what you do, so that duration will get added before the next run () execution happens. If you are using some logging component for logging this to a file, then it will have its own overhead. If it is multi-threaded, then even more.
Main Topics
Browse All Topics





by: sciuriwarePosted on 2007-03-05 at 07:07:20ID: 18654697
Your own fault: set the timer to an interval of 60000 milliseconds
and drop your own counting.
;JOOP!