<ThreadPoolSize> Element (<Distributor>)
SQL Server 2000
Specifies the number of threads that the distributor can use to process work items.
Structure
<Distributors>
<Distributor>
...
<ThreadPoolSize>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data Type | Non-negative integer. |
| Default Value | 3. |
| Occurrence | Optional once per <Distributor> node. |
| Updateable | Can be added, deleted, and modified using NSControl Update. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <Distributor> Node |
Remarks
The value of the <ThreadPoolSize> element determines the amount of work the distributor can perform in parallel, and affects the overall speed of the Notification Services system.
<ThreadPoolSize> can have values between 1 and 3 in Notification Services Standard Edition. The <ThreadPoolSize> value is unlimited in Notification Services Enterprise Edition.