AspThreadGateSleepDelay
The AspThreadGateSleepDelay property specifies how long to defer thread requests, before the request is rechecked by the IIS thread gating mechanism.
Important Note: |
|---|
IIS performs thread gating to dynamically control the number of concurrently executing threads, in response to varying load conditions. The default settings for this property, and the other thread gating properties, are designed to be appropriate for the majority of server configurations and traffic conditions. Changing these properties can lead to significant performance degradation. |
The Web service setting for this property is applicable to all in-process and pooled out-of-process application nodes, at all levels. Metabase settings at the Web server level or lower will be ignored for in-process and out-of-process applications. However, settings at the Web server level or lower will be used if that node is an isolated out-of-process application.
You can configure this property at the following locations in the IIS metabase.
Metabase Path | IIS Admin Object Type |
|---|---|
/LM/W3SVC | IIsWebService |
/LM/W3SVC/n | IIsWebServer |
/LM/W3SVC/n/ROOT/physical_directory_name /LM/W3SVC/n/virtual_directory_name/physical_directory_name | IIsWebDirectory |
/LM/W3SVC/n/ROOT /LM/W3SVC/n/ROOT/virtual_directory_name | IIsWebVirtualDir |
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS
Important Note: