System.Web.Configuration.HttpRuntimeSection.MinFreeThreads Property

Gets or sets the minimum number of threads that must be free before a request for resources in this configuration scope can be serviced.

Syntax

[System.Configuration.ConfigurationProperty("minFreeThreads", DefaultValue="8")]
[System.Configuration.IntegerValidator(MinValue=0, MaxValue=2147483647)]
public int MinFreeThreads { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpRuntimeSection.MinFreeThreads property defines the minimum number of free threads to execute a request. If a sufficient number of threads are not available, the request will remain queued and periodic checks for thread availability will continue until the required amount of threads are present. The default value is 8.

Note:

ASP.NET keeps this many threads free for requests that require additional threads to complete their processing.

Requirements

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