[rules-users] How to combine different drl files

Wolfgang Laun wolfgang.laun at gmail.com
Thu Jan 19 02:14:15 EST 2012


You realize that you can compile once and load the serialized
Knowledge Base repeatedly, which results in the fastest possible
startup.

Combining DRL files will be faster but not as fast as using a
serialized KB.

-W

On 19/01/2012, Zhao Yi <zhaoyi0113 at gmail.com> wrote:
> I have about 100 drl files. If I load them in knowledge base, it will be
> very
> slow. So I want to combine them into one big drl file then compile it.
>
>
> laune wrote
>>
>> On 18/01/2012, Zhao Yi &lt;zhaoyi0113@&gt; wrote:
>>> I have a bunch of drl files and they are in same package. How can I
>>> combine
>>> these drl files to one big drl files?
>>
>> Why do you want to do that? You can compile and integrate them into a
>> Knowledge Base easily.
>>
>>> I am looking for a drools API to
>>> generate the big drl file automatically?
>>
>> There is no such thing.
>> -W
>>
>>>
>>> --
>>> View this message in context:
>>> http://drools.46999.n3.nabble.com/How-to-combine-different-drl-files-tp3668184p3668184.html
>>> Sent from the Drools: User forum mailing list archive at Nabble.com.
>>> _______________________________________________
>>> rules-users mailing list
>>> rules-users at .jboss
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>> _______________________________________________
>> rules-users mailing list
>> rules-users at .jboss
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/How-to-combine-different-drl-files-tp3668184p3671319.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>



More information about the rules-users mailing list