<div dir="ltr">Hi,<br>I have a number of services(threads) sharing the same RuleBase instance.<br>Each service is calling execute method and waiting for the results.<br>should each service call StatelessSession session = ruleBase.newStatelessSession() Or I can create one StatelessSession and share it between the services (probably will improve performance)?<br>
<br>Meny<br></div>