Skip to main content

Posts

Showing posts from April, 2019

TIBCO BusinessEvents 5.x : Run to Completion (RTC) Cycle and Conflict Resolution Cycle (CRC)

TIBCO BusinessEvents (BE) utilizes, Run to Completion Cycle (RTC Cycle) and Conflict Resolution Cycle (CRC). RTC and CRC do play very significant role in designing the Complex Event Processing (CEP) Solution while using TIBCO BusinessEvents as a developing tool. Therefore it is very much important to learn about the RTC Cycle and CRC Cycle. RTC and CRC utilizes a runtime environment, Rete Network, to hold all the rules, triggers and relationships. Rete Network is based on  Rete Algorithm  therefore it provides the basic property of Inference to the RTC in TIBCO BusinessEvents Engine. Here, one very important property of RTC and CRC to understand is that, " CRC is initiated wherever there is any change in Rete Network cause by external actions when the change is asserted to the Working Memory of the Engine, after which an RTC is initiated. RTC ends when Rule Agenda is Empty or no other rule action needed to be executed. This is called Inferencing or Forward Chaining. One RT