Hi All,<br><br>In a scenario where lets say 10 rule are to be fired (in any order) in a stateless session than will I get the benefits of RETE algorithm (i.e increased performance).<br>i.e Whether the engine will fire all the ten results in a parallel fashion or Whether the engine will file each rule one by one.<br>
<br>How RETE algorithm will improve the performance of the engine for rules fired in stateless session ?<br><br>