Distributor Element (ADF)
Provides a location for defining information about one of the distributors used by this application.
구문
<Distributors>
<Distributor>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required once or more per Distributors element. |
Updates |
Can be added and deleted using when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
SystemName Element for Distributor (ADF) |
주의
An application can have one distributor on a server. You can define multiple distributors if the SystemName value for each distributor is unique.
Having multiple distributors on a server does not increase distributor performance. If you define multiple distributors for a single server in the application definition file (ADF), Notification Services fails when you create or update the application.
예
The following example shows the Distributor elements. The distributor is on the server CPANDL
, uses a single thread, and uses a distributor quantum period of 30 seconds.
<Distributor>
<SystemName>CPANDL</SystemName>
<ThreadPoolSize>1</ThreadPoolSize>
<QuantumDuration>P0DT00H00M30S</QuantumDuration>
</Distributor>
참고 항목
참조
Application Definition File Reference