Share via


Distributors Element (ADF)

Provides a parent location for defining information about the distributors used by this application.

Sintassi

<Application>
    ...
    <Distributors>

Element Characteristics

Characteristic Description

Data type and length

None.

Default value

None.

Occurrence

Required once per Application element.

Updates

Cannot be added or deleted.

Element Relationships

Relationship Elements

Parent element

Application Element (ADF)

Child elements

Distributor Element (ADF)

Osservazioni

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.

Esempio

The following example shows a populated Distributors node. One distributor is on the server THORFINN, uses a single thread, and uses a distributor quantum period of 30 seconds. The other distributor is on the server BIFROST, uses three threads, and uses a distributor quantum period of 15 seconds.

<Distributors>
    <Distributor>
        <SystemName>THORFINN</SystemName>
        <ThreadPoolSize>1</ThreadPoolSize>
        <QuantumDuration>P0DT00H00M30S</QuantumDuration>
    </Distributor>
    <Distributor>
        <SystemName>BIFROST</SystemName>
        <ThreadPoolSize>3</ThreadPoolSize>
        <QuantumDuration>P0DT00H00M15S</QuantumDuration>
    </Distributor>
</Distributors>

Vedere anche

Riferimento

Application Definition File Reference

Altre risorse

Impostazioni del server di distribuzione
Aggiornamento di istanze e applicazioni

Guida in linea e informazioni

Assistenza su SQL Server 2005