다음을 통해 공유


SubscriptionThrottle Element (ADF)

Specifies the number of scheduled subscriptions that can be processed during a single generator quantum.

구문

<ApplicationExecutionSettings>
    ...
    <SubscriptionThrottle>

Element Characteristics

Characteristic Description

Data type

Non-negative integer.

Default value

1,000.

Occurrence

Optional once per ApplicationExecutionSettings element.

Updates

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

Element Relationships

Relationship Elements

Parent element

ApplicationExecutionSettings Element (ADF)

주의

Use the SubscriptionThrottle element to help guard against an unexpectedly large number of subscriptions entered into the application.

The SubscriptionThrottle value applies to scheduled rules only, not event-triggered rules.

During each quantum, the generator gets the current set of scheduled subscriptions for each subscription class and counts the subscriptions. If the SubscriptionThrottle value is exceeded, the generator abandons the quantum.

If you set the SubscriptionThrottle value to 0, there is no limit to the number of scheduled subscriptions processed from a subscription class during a quantum.

For additional information, see 이벤트, 구독 및 알림에 대한 스로틀 지정.

The following example shows how to specify that a maximum of 1500 scheduled subscriptions per subscription class can be processed per quantum.

<SubscriptionThrottle>1500</SubscriptionThrottle>

참고 항목

참조

Application Definition File Reference

관련 자료

이벤트, 구독 및 알림에 대한 스로틀 지정
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기