System.Web.Configuration.ProcessModelSection.CpuMask Property

Gets or sets a value indicating which processors on a multiprocessor server are eligible to run ASP.NET processes.

Syntax

[System.Configuration.ConfigurationProperty("cpuMask", DefaultValue="0xffffffff")]
public int CpuMask { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ProcessModelSection.CpuMask value specifies a bit pattern that indicates the CPUs eligible to run ASP.NET threads. If the ProcessModelSection.WebGarden property is set to true, the ProcessModelSection.CpuMask limits worker processes to the number of eligible CPUs. The maximum allowed number of worker processes is equal to the number of CPUs. By default, all CPUs are enabled and ASP.NET launches one process for each CPU. If the ProcessModelSection.WebGarden property is set to false, the ProcessModelSection.CpuMask attribute is ignored and only one worker process will run.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0