I would like to know whether this engine supports multiple rule definitions in a single script, similar to Drools, where multiple rules are compiled and evaluated as a set.
Also, is concurrent execution supported, and if so, is the rule evaluation thread-safe or does it require separate runtime instances per thread?
I would like to know whether this engine supports multiple rule definitions in a single script, similar to Drools, where multiple rules are compiled and evaluated as a set.
Also, is concurrent execution supported, and if so, is the rule evaluation thread-safe or does it require separate runtime instances per thread?