[jboss-jira] [JBoss JIRA] (DROOLS-541) Add an KieBase Option to cache, reset and reuse disposed KieSessions

Mario Fusco (JIRA) issues at jboss.org
Mon Jul 7 03:42:24 EDT 2014


     [ https://issues.jboss.org/browse/DROOLS-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Fusco updated DROOLS-541:
-------------------------------

    Description: 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.  (was: This Option will be disabled by default but can be enabled using the "drools.sessionCacheEnabled=true" system property.)


> 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
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list