Running rule flows simultaneously?

Posted by Christopher Ford on 09-Feb-2016 13:56

Can you run multiple rule flows simultaneously within a rule flow to speed up processing time?

Thanks!

Posted by James Arsenault on 09-Feb-2016 14:32

Christopher,
 
It is possible to have multiple decision services, or multiple calls to a decision service, executing simultaneously. However, for any single call to a decision service only one thread (excluding helpers) will do the actual rule execution. This is by design as the rule execution can modify the payload in ways that would affect rule processing.
 
Jim
 
 

All Replies

Posted by James Arsenault on 09-Feb-2016 14:32

Christopher,
 
It is possible to have multiple decision services, or multiple calls to a decision service, executing simultaneously. However, for any single call to a decision service only one thread (excluding helpers) will do the actual rule execution. This is by design as the rule execution can modify the payload in ways that would affect rule processing.
 
Jim
 
 

Posted by Satya Kolachana on 09-Feb-2016 14:56

Christopher

This is an awesome question. I would +1 to put it as an idea for Corticon to work on. Should be challenging.

Satya

This thread is closed