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.
Comments
Post a Comment