Mark _______________________________________________ rules-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-dev
currently working memories are auto garbage collected once you null
them, by using a weak hashmap in the RuleBase. I'm currently adding
async methods to the working memory, which means that the weak hashmap
no longer works. So I'm thinking of using a normal hashmap, which means
people MUST call workingMemory.dispose() or they will get memory leaks,
are people ok with that? I now have ruleBase.newStatelessSession which
won't adding the session to the Map, to avoid having to call dispose()
for stateless sessions.
- [rules-dev] workingmemory and dispose() Mark Proctor
- Re: [rules-dev] workingmemory and dispose() Michael Neale
- Re: [rules-dev] workingmemory and dispose() Edson Tirelli
