HttpBaseProtocolFilter.MaxConnectionsPerServer 속성

정의

HttpBaseProtocolFilter 개체에서 HTTP 서버당 허용되는 최대 TCP 연결 수를 얻거나 설정합니다.

public:
 property unsigned int MaxConnectionsPerServer { unsigned int get(); void set(unsigned int value); };
uint32_t MaxConnectionsPerServer();

void MaxConnectionsPerServer(uint32_t value);
public uint MaxConnectionsPerServer { get; set; }
var uInt32 = httpBaseProtocolFilter.maxConnectionsPerServer;
httpBaseProtocolFilter.maxConnectionsPerServer = uInt32;
Public Property MaxConnectionsPerServer As UInteger

속성 값

UInt32

unsigned int

uint32_t

HTTP 서버당 허용되는 최대 연결 수입니다.

설명

MaxConnectionsPerServer 속성은 HttpBaseProtocolFilter 개체에서 허용되는 HTTP 서버에 대한 최대 TCP 연결 수를 결정합니다. 애플리케이션에서 이 속성을 로 설정하는 가장 좋은 값은 사용 패턴 및 서버에 따라 달라지며, 단일 쿼리에 대한 성능을 최적화하는지 아니면 모든 쿼리에 대한 성능을 최적화하는지에 따라 달라집니다.

이 속성의 기본값은 현재 6입니다. 그러나 기본값은 HttpBaseProtocolFilter 버전의 함수이며 한 릴리스에서 다른 릴리스로 변경되지 않도록 보장되지 않습니다.

적용 대상