System.Web.Configuration.ProcessModelSection.WebGarden Property

Gets or sets a value enabling the available CPUs to run the worker processes.

Syntax

[System.Configuration.ConfigurationProperty("webGarden", DefaultValue="False")]
public bool WebGarden { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ProcessModelSection.WebGarden property must be used with the ProcessModelSection.CpuMask property.

If the ProcessModelSection.WebGarden property is set to false, the ProcessModelSection.CpuMask attribute is ignored and only one worker process runs.

Note:

A multiprocessor Web server is called a Web garden.

Requirements

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