ApplicationPoolProcessModel.MaxProcesses 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 the number of worker processes associated with the application pool.
public:
property long MaxProcesses { long get(); void set(long value); };
public long MaxProcesses { get; set; }
member this.MaxProcesses : int64 with get, set
Public Property MaxProcesses As Long
Property Value
The number of processes associated with the current application pool. The default is 1.
Remarks
A value other than 1 indicates a Web garden.