Parallel and Sequential Operations
Use of parallel or sequential operations is set using the following boolean property in the CDD file:
Agent.agentClassName.enableParallelOps
Parallel operations is only used with cache aside (defaults to false for write behind). It is an agent level property, so you can set it differently on each agent, depending on the needs. For reference documentation, see TIBCO BusinessEvents Developer’s Guide.
Message Acknowledgment
Parallel Operations
When the enableParallelOps property is set to true, parallel operations are used. Parallel operations is shown in the diagram for this section. It uses multiple threads and queues for more efficient processing during the post-RTC phase.
Sequential Operations
When the enableParallelOps property is set to false, sequential operations are used. This means that all post-RTC phase operations are done on a single thread. Sequential operations ensures that the system waits to send a reply event confirming that some work has been done, until the result of the work can be seen in the cache.Copyright © TIBCO Software Inc. All Rights Reserved.