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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -