Hi,

I have GUI which accepts user inputs and asserts few facts for the
rule engine to take over after that. At the end of each cycle "most" of 
the asserted facts are retracted. And, I have a "Idle" rule which keeps
the engine running. 

The above works well for all standard test cases - but when
I continuously keep asserting (abnormal case of repeatedly clicking
the mouse on GUI on the "SEND" button) for the same set of data  (Each 
of them are assigned different ID and hence new facts are to be 
asserted) - the cycle works as expected upto apoint after which the 
Engine "Just stops" - why does this happen ??? 

It works well upto a point even to this abnormal case of flooding 
and perfectly for all the normal test cases - hence, we could rule 
out any source code errors. Is this some sort of running out of 
memory  problem - when the engine stops there are not more than 20 facts
asserted. Or is it something to do with the sleep time of the Idle rule ??
Do we have some sort of memory limit to these facts assertions - or is working
memory the only criteria.

Any suggestions are welcome.

Thanks,
Venkat
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to