RTC Options — Single-Threaded or Concurrent
Depending on your needs, you can choose single threaded or concurrent RTC options, in the CDD Agent settings Concurrent RTC field.
For reference documentation, see TIBCO BusinessEvents Developer’s Guide.
Concurrent RTC
In the option Concurrent RTC, one RTC executes simultaneously on each thread.
All threads fill post RTC queues. As with any concurrency feature, locking is required.
Advantages | Disadvantages |
---|---|
|
|
Single-Threaded RTC
In the option Single-Threaded RTC, each thread waits to execute its RTC in turn.
Advantages | Disadvantages |
---|---|
It's simpler and does not require locking (unless concurrent agents are used). | Lesser performance than concurrent RTC (depending on hardware used). |