Gets or sets a value indicating which processors on a multiprocessor server are eligible to run ASP.NET processes.
Documentation for this section has not yet been entered.
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.