Question
A scheduler tries to keep a thread on the same CPU because its cache contents are still useful. Which technique is this?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Processor affinity
Explanation:
Processor affinity favors running a thread on a previous CPU to preserve cache locality.
Avoiding unnecessary migration can improve performance on multiprocessor systems.
Leave a Reply