Hi *,

I need to speed up the total processing time needed for the execution of
a rule flow which consists of multiple rule flow groups (e. g. A, B and
C). I'm thinking about to parallelize the execution of A and B.

                +--> A --> +
Start --> split +          +--> join --> C --> End
                +--> B --> +

Is it possible to split a flow in multiple parallel execution paths
(with AND), execute them with real parallelism in their own threads and
join them together at the end?

Or is everything in the drools flow some sort of "pseudo-parallelism" so
that I would have to implement this by hand?

Cheers,
Tobias



Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to