multithreading - How to adaptively adjust performance to CPU usage? -


there. don't know if question makes sense, however: how boinc-based applications adapt performance use "free" cpu, without affecting execution of user's applications?

thank you,
tunnuz

they set process priority same idle thread?

in windows setpriorityclass() idle_priority_class:

process threads run when system idle. threads of process preempted threads of process running in higher priority class. example screen saver. idle-priority class inherited child processes.

more scheduling priorities in windows here


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -