<ThreadPoolSize> Element (<Generator>)
SQL Server 2000
Specifies the number of threads that the generator can use to process event batches.
Structure
<Generator> ... <ThreadPoolSize>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data Type | Non-negative integer. |
| Default Value | 1. |
| Occurrence | Optional once per <Generator> node. |
| Updateable | Can be added, deleted, and modified using NSControl Update. |
Element Relationships
| Relationship | Elements |
|---|---|
| Parent Node | <Generator> Node |
Remarks
The number of threads allocated to the generator thread pool cannot exceed 25 threads per processor.
The value of the <ThreadPoolSize> element determines the amount of work that the generator can perform in parallel, and affects the overall speed of the Notification Services system.
<ThreadPoolSize> can differ from the default only in Notification Services Enterprise Edition.