Hi all,

I'm working on an application that has to maintain a knowledge base that'll change (a lot) over time; meaning some rules might change, others will be added and, finally, some will be deleted from the KB. Our tests show the following un-expected (imho *) behaviors:
So... my question is: is possible to fine tune this behavior so that drools won't recompile everything from scratch? More than that, I'd like to have it wait for itself to finish any compilation that might happening at the time. Is it possible?

My approach to using drools is the following: create a KnowledgeAgent, then have it apply a change set that points to a directory that contains DRL files. And this has to be done for five different KA's. I suppose this is the correct approach.

Thanks in advance for any feedback that you might have.

Regards,
Luiz Eduardo