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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -