]
Mario Fusco resolved DROOLS-541.
--------------------------------
Fix Version/s: 6.1.0.Final
6.2.0.Beta1
Resolution: Done
Add an KieBase Option to cache, reset and reuse disposed KieSessions
--------------------------------------------------------------------
Key: DROOLS-541
URL:
https://issues.jboss.org/browse/DROOLS-541
Project: Drools
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
Fix For: 6.1.0.Final, 6.2.0.Beta1
This Option can be configured using the org.kie.internal.builder.conf.SessionCacheOption
class or the drools.sessionCache System property. It can have 3 values: none (default)
means that there's no cache, sync means that a session is reset synchronously when it
gets disposed and added to the cache, async means that this resetting process is performed
asynchronously by a different thread.