[rules-users] What's more efficient too ?

vdelbart delbart.0466 at apside.net
Fri Nov 21 10:29:49 EST 2008


I have a similar question with global or fact (Foo is never modified)

What's more efficient beetwen :

1. rule "Foo_globals"
    when
        Foo(name != null) from fooGlobals
    then
        ...        
end

2. rule "Foo_facts"
    when
        Foo(name != null)
    then
        ...        
end

thanks,


regards,

V.

-- 
View this message in context: http://www.nabble.com/What%27s-more-efficient-too---tp20623413p20623413.html
Sent from the drools - user mailing list archive at Nabble.com.




More information about the rules-users mailing list