HttpSysOptions.UnsafePreferInlineScheduling Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inline request processing instead of dispatching to the threadpool.
public bool UnsafePreferInlineScheduling { get; set; }
member this.UnsafePreferInlineScheduling : bool with get, set
Public Property UnsafePreferInlineScheduling As Boolean
Property Value
Remarks
Enabling this setting will run application code on the IO thread to reduce request processing latency. However, this will limit parallel request processing to MaxAccepts. This setting can make overall throughput worse if requests take long to process.