Multiple choice technology web technology

Which is correct statement below

  1. Processor affinity forces worker processes serving a specific application pool to run on a specific CPU

  2. Processor affinity forces worker processes serving a specific application pool to run on all available CPUs with loads equally balanced.

  3. Processor affinity does not force worker processes serving a specific application pool to run on a specific CPU but encourages such configuration.

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Processor affinity in IIS binds worker processes for a specific application pool to specific CPU cores. This configuration can improve performance by increasing cache locality and reducing context switching overhead between processors.