[rules-users] Drools Session Persistence

Mark Proctor mproctor at codehaus.org
Mon Jun 30 21:51:50 EDT 2014


You can marshal the sessions manually and save/load the resulting byte[].

Look at the marshaller api in -api javadocs.

Mark
On 1 Jul 2014, at 01:40, calcacuervo <calcacuervo at gmail.com> wrote:

> Hey Guys.
> 
> I would like to persist a ksession in drools 6, but not every time I
> interact with the session, as this would impact the performance and we have
> lot of events and facts inserted per second.
> 
> Is this possible to manually persisting the session (for example, on
> undeployment), and then, at the app startup load it?
> 
> Thanks!
> 
> Demian
> 
> 
> 
> --
> View this message in context: http://drools.46999.n3.nabble.com/Drools-Session-Persistence-tp4030204.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users




More information about the rules-users mailing list