<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 23/03/2011 05:46, Adhir Mehta wrote:
    <blockquote
      cite="mid:AANLkTinA2bkHX7Vi5fgBgUoVJ85_8DLQSZ1uKvFx=a=J@mail.gmail.com"
      type="cite">Hi,
      <div><br>
      </div>
      <div>I have written the rule DRL file having around 30 rules in
        it. Some of the rules do intermediate calculation and those
        calculation result is expected in the other rules in same DRL
        file. I can do this by modifying the facts objects in one rule
        and get the value in other rule. However, modifying the facts
        object rebuild the RETE tree and affects the performance. Is
        there any way by which I can pass the data across the rules in
        same DRL file without rebuilding the RETE tree. (I am more
        concerned about the performance)</div>
    </blockquote>
    Please continue this conversation on the USER mailing list<br>
    <a class="moz-txt-link-freetext" href="http://www.jboss.org/drools/lists.html">http://www.jboss.org/drools/lists.html</a><br>
    <br>
    Modifying facts does not rebuild the rete. Adding/Removing rules
    causes changes to Rete tree.<br>
    <blockquote
      cite="mid:AANLkTinA2bkHX7Vi5fgBgUoVJ85_8DLQSZ1uKvFx=a=J@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div>Thanks,</div>
      <div>Adhir</div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rules-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>