multithreading - Scheduling Windows threads to run with high accuracy timing? -
multithreading - Scheduling Windows threads to run with high accuracy timing? -
i'm asking in general sense without specific language in mind.
what want able have thread run every 100ms high accuracy. seems highest accuracy i'm able using normal threads (in quick test application) 5ms or so. thread takes 10ms perform task.
basically, there way inquire windows schedule thread @ delays? (to best of ability, i'm aware it's not realtime operating system)
on windows, best can utilize multimedia timer. these platform's high resolution timers.
windows multithreading winapi scheduled-tasks
Comments
Post a Comment