I came across a blog by a company called Illation. What those guys do is compare performance of several rule engines available on the market: Drools, ILog, OPSJ and Jess.
The stress tests cover different aspects, for example:
- Rules firing time
- Data load time
- Memory usage
- Pre-run memory used
- Post-run memory used
The test results available on their blog for the wide public. The team also makes business rules, object model and datasets used in their stress tests available for download if someone wishes to repeat the tests. Some of the results look very interesting
loading...
Related posts:
- Drools – Working with Stateless Session
Drools (now it is also called JBoss Rules) is an amazing open source framework which allows you to create business rules management system... - Drools – Stop Executing Current Agenda Group and All Rules
Sometimes, depends on your business rules in your application, there is a need to stop current agenda group or all rules from continuing... - Drools – Tutorial on Writing DSL Template
Few months ago I wrote a post that describes an example that uses source DRL in conjunction with DSL template. In the current... - Brainteaser Drools: Testing Objects
This can be a hard one, since it requires from you to be familiar with Drools. Consider the condition side of the following... - Drools 5 Case Study 2 – Complex Event Processing
In my previous post Drools 5 – Complex Event Processing, I gave introduction to Drools Fusion module. In the current post, I would...
