[rules-users] StatefulKnowledgeSession.dispose()

tonytang baiyuantang at hengtiansoft.com
Fri Oct 21 06:41:08 EDT 2011


Yes, the rule is very simple:
rule "message0to5"
when
msg: Case2Message (message0to5 =="qsdew")
then
msg.setPosition(1);
//System.out.println("postion is : 1" );
end

and some other rules like this.

We use this simple test to do the performance test.

Currently our project need to choose a rule engine product.
We test Drools and IBM Webphsere Ilog Jrules.
Our system need to handle 35,0000 messages per second.



--
View this message in context: http://drools.46999.n3.nabble.com/StatefulKnowledgeSession-dispose-tp3440308p3440507.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list