Trigger Processing Mode?

Situation: Clustered environment with 2 ISs and a trigger on both IS. This Cluster will have a client on Broker.
If a trigger is set to Serial – then, only 1 document is processed at a time. Either of IS can pull document from Client queue to its Trigger queue. But, never both.

If a trigger is set to Concurrent – and max Threads =1; Then, both ISs can pull 1 document each at the same time from Client Queue towards their respective Trigger queues.

1 comment: