]
Mario Fusco resolved DROOLS-2968.
---------------------------------
Resolution: Done
implemented by
Improve stateless ksession throughput performance
-------------------------------------------------
Key: DROOLS-2968
URL:
https://issues.jboss.org/browse/DROOLS-2968
Project: Drools
Issue Type: Feature Request
Reporter: Mark Proctor
Assignee: Mario Fusco
Priority: Major
Labels: MDP_BRAINFARTS
Stateless access has become too heavy. We should look at streamlining the api, to avoid
unnecessary work, and unnecessary (on demand) object creation. For example we know if
rules need timers, avoid the timer creation if not necessary.
Also we should look at (with evaluation first) to determine if a Three local cache of
ksessions, with reset, will help improve GC impact.