ApplicationPoolProcessModel.MaxProcesses Property

Definition

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.

Applies to