ApplicationPoolCpu.SmpAffinitized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.