Question
Which feature allows an application to restrict a thread to a specified subset of processors?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Hard processor affinity
Explanation:
Hard affinity defines an explicit CPU set on which the thread is permitted to run.
The scheduler must respect that restriction when making placement decisions.
Leave a Reply