Hi!
I suspect the rule activation / deactiviation mechanism
gets inefficient if it is extensively used.
I spent lots of time optimizing my rule base so that
there are no redundant (de)activations.
I took me quite a long time to find out that they
are responsible for extraordinarily long fact loading
times (when rules get activated and deactivated again).
I used (watch all) to get information about superfluous
activities in the Rete engine. All I needed to do was
changing the loading order of fact bases and making sure
that rules fire in a certain order.
Maybe it is worth mentioning this in the "optimization"
section of the manual.
Regards,
Norman Gyhra
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------