ProcessModelSection.RestartQueueLimit Property
.NET Framework (current version)
Gets or sets a value indicating the maximum number of requests queued by the ISAPI while waiting for a new worker process to start handling the requests.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("restartQueueLimit", DefaultValue := 10)> <TypeConverterAttribute(GetType(InfiniteIntConverter))> <IntegerValidatorAttribute(MinValue := 0)> Public Property RestartQueueLimit As Integer
When this limit is exceeded, a client request will receive a 503 error until the worker process is ready.
.NET Framework
Available since 2.0
Available since 2.0
Show: