HttpSysOptions.UnsafePreferInlineScheduling Property

Definition

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.

Applies to