다음을 통해 공유


ProcessEventsInOrder Element (ADF)

Specifies whether Notification Services uses quantum sequencing or subquantum sequencing to process event and subscription rules.

구문

<ApplicationExecutionSettings>
    ...
    <ProcessEventsInOrder>

Element Characteristics

Characteristic Description

Data type

Boolean.

Default value

false (uses quantum sequencing).

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)

Child elements

None.

주의

The ProcessEventsInOrder element configures quantum or subquantum sequencing. When using quantum sequencing, Notification Services fires the event and subscription rules once per quantum. When using subquantum sequencing, Notification Services fires the event and subscription rules when each event batch arrives, which might happen multiple times per quantum. Quantum sequencing is more efficient; subquantum sequencing ensures that events are processed in order as they arrive.

To use quantum sequencing, set ProcessEventsInOrder to false. To use sub-quantum sequencing, set ProcessEventsInOrder to true.

For more information, see 이벤트 처리 순서 지정.

The following example shows how to configure the application to use quantum sequencing.

<ProcessEventsInOrder>false</ProcessEventsInOrder>

참고 항목

참조

Application Definition File Reference

관련 자료

이벤트 처리 순서 지정
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기