Hi all,
I’m using Drools 4.0.7.
I use the Drools api in my application with the rule Agent
as describe in the section 9.4.4.1 of the documentation and it works fine.
Since our application is running under weblogic 8.1, we must
use JBoss for BRMS because weblogic 8.1 is not java5 compliant, but I
don’t want to use multiple app servers.
So the question is : what is best for
performance ? use the BRMS at runtime (« url »
property) on JBoss or use only packages files on disk
(« file » property).
Anyway I will do perf benchmarks, I’m assuming it is
better with package files but I’d like to have some feedback
before…
Regards,
Carl.