다음을 통해 공유


ThreadPoolSize Element for Distributor (ADF)

Specifies the maximum number of threads that the distributor can use to process work items.

구문

<Distributors>
    <Distributor>
        ...
        <ThreadPoolSize>

Element Characteristics

Characteristic Description

Data type

Nonnegative integer.

Default value

3.

Occurrence

Optional once per Distributor element.

Updateable

Can be added, deleted, and modified when updating the application.

Element Relationships

Relationship Elements

Parent element

Distributor Element (ADF)

Child elements

None.

주의

The value of the ThreadPoolSize element determines the degree to which the distributor can perform work in parallel, and affects the overall performance of the Notification Services system.

ThreadPoolSize can have values between 1 and 3 in Notification Services Standard Edition. The ThreadPoolSize value is unlimited in other editions. Note that the ThreadPoolSize value represents a maximum; the actual number of threads depends on the availability of system resources.

The following example shows how to configure the distributor to use three threads to process work items.

<ThreadPoolSize>3</ThreadPoolSize>

참고 항목

참조

Application Definition File Reference

관련 자료

배포자 설정 지정
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기