System.Web.Configuration.ProcessModelSection.RequestQueueLimit Property

Gets or sets a value indicating the number of requests allowed in the queue.

Syntax

[System.Configuration.ConfigurationProperty("requestQueueLimit", DefaultValue="5000")]
[System.Configuration.IntegerValidator(MinValue=0, MaxValue=2147483647)]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteIntConverter))]
public int RequestQueueLimit { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the number of requests allowed in the queue is exceeded, ASP.NET begins returning "503 – Server Too Busy" errors to new requests. When this limit is reached, the system is operating in abnormal conditions. This might be a symptom of a malfunction or, maybe, just high load. Restarting (bouncing) the worker process might become the only way to prevent further problems.

Requirements

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