ApplicationPoolCpu.SmpAffinitized Property

Definition

Gets or sets a value indicating whether CPU affinity is enabled for an application pool.

public:
 property bool SmpAffinitized { bool get(); void set(bool value); };
public bool SmpAffinitized { get; set; }
member this.SmpAffinitized : bool with get, set
Public Property SmpAffinitized As Boolean

Property Value

true if CPU affinity is enabled for the application pool; otherwise, false.

Remarks

This property specifies whether a particular worker process assigned to an application pool should also be assigned to a given CPU. This property is used in combination with the SmpProcessorAffinityMask property.

Applies to