[rules-users] calling function in When which one is faster

wtang wtang at kana.com
Tue Feb 11 13:04:54 EST 2014


To call java function in When we have 3 options:

1) eval()  // using eval()
2) Message (Message.status())
3) Boolean (this == true) from $factCondition0.dateWithin(3, "Days") //
using from key word


Of the 3 options above, which one is the slowest and why?

thanks!



--
View this message in context: http://drools.46999.n3.nabble.com/calling-function-in-When-which-one-is-faster-tp4028076.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list