I'm using this project as a experiment. Therefore condition of the all rules
are same and they will fire once for all the objects. Following is a sample.
when
UserProfile( profile == UserProfile.STUDENT )
$book : Book( student == true )
then
$book.setEligible(true);
end
--
View this message in context:
http://drools.46999.n3.nabble.com/How-to-improve-performance-with-large-n...
Sent from the Drools: User forum mailing list archive at
Nabble.com.