KestrelServerOptions.ThreadCount 속성

정의

요청을 처리하는 데 사용되는 libuv I/O 스레드 수입니다.

public:
 property int ThreadCount { int get(); void set(int value); };
public int ThreadCount { get; set; }
member this.ThreadCount : int with get, set
Public Property ThreadCount As Integer

속성 값

설명

기본값은 반올림되고 1에서 16 사이로 고정된 절반 ProcessorCount 으로 설정됩니다.

적용 대상