there. I don’t even know if this question makes sense, however: how do BOINC-based applications adapt their performance so that they only use “free” CPU, without affecting the execution of user’s applications?
Thank you,
Tunnuz
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They set their process priority to the same as the idle thread?
In windows SetPriorityClass() about IDLE_PRIORITY_CLASS:
More about scheduling priorities in windows here