Re: [rules-users] multiprocessor and performance

2007-11-08 Thread Edson Tirelli
Mario, Each working memory executes single threaded and as such will use only one processor. As long as you have each of your requests creating a working memory (ideally from a shared pre-loaded/pre-compiled rulebase) and executing in a separate thread, it should be using all your

[rules-users] multiprocessor and performance

2007-11-08 Thread Mario
Hi all, I've got a fairly simple web application with DRools 4.0.3 deployed on a Tomcat 5.5, where I'm running a stress test of about 100 users doing fact changes every half a second. There are about 20 rules and about 20 facts. Each action loads and compiles the rule base, creates a new working