Hi All,
      
      I seek your advice to clear my following doubts:


1.  If a Rete object in running continuously ( using
runUntilHalt() method )on a seperate thread and since
Jess 6.0a5 is supporting Java 2, can I invoke the
reset() method from an EJB bean on the running Rete
object.

2. Reset() on the Rete object is to be done when it
sleeps i.e. after completing the previous threads job
( waiting for next execution ). Before I invoke
reset() method from an EJB, how to confirm that
previous EJB thread is finished. Notify()method is for
general threaded programming; but what about EJB
threads. 

Moreover, if we assert with definstance with dynamic
option, there may be situation that for a particular
thread the rete engine ( running until halt ) may have
to be busy for the whole session of that thread. 

3. Still it is not clear to me that from a one rete
object running, getting facts asserted from many
threads, how the results are communicated back to the
corresponding threads( especially with EJBs).  and,

4. By using ( defclass ) and ( definstance )
functions, we are able to put the Java Beans
Properties in the knowlegde base. While running the
rete object, these properties may get be changed. Is
there a need to transfer these changed properties back
to Java code by using store and fetch methods or they
get changed automatically.  

Advance Thanks for your suggestions

With regards,
Chinnaswamy.



__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to