[
https://issues.jboss.org/browse/DROOLS-2964?page=com.atlassian.jira.plugi...
]
Mark Proctor commented on DROOLS-2964:
--------------------------------------
Right now the Rete network is fixed and globally part of the kbase, this does not allow
for any rewriting.
Where re-writting might be desirable the ksession should create an on demand shadow kbase
network. Once in place, it can do further rewriting.
For example if we know a rule will only fire once, we could remove it from the network
traversal after first firing.
Or if we know a rule will not fire for some time, it could be removed from the network and
scheduled to be added later.
Shadow Network
--------------
Key: DROOLS-2964
URL:
https://issues.jboss.org/browse/DROOLS-2964
Project: Drools
Issue Type: Feature Request
Reporter: Mark Proctor
Assignee: Mario Fusco
Labels: MDP_BRAINFARTS
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)