just wondering if trying to increase maxThreads configuration for drools speeds up processing time or not? At the moment I am using StatelessKnowledgeSession with the following settings:
Drools: 5.1.0.M1
-XX:MaxPermSize=256m
-Ddrools.maxThreads=5
-Ddrools.conflictResolver=org.drools.conflict.FifoConflictResolver
-Ddrools.shadowproxy=false
It doesn't seems to improve the performance much, seems to be the same without them. Any suggestions?