I think Aditya Deshpande wrote:
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Hi,
> How does JESS handle concurrency. For example, can I use the same Rete
> instance ofver multiple Java Applications concurrently.
Jess and multithreading is briefly described in section 6.2 of the
manual. The Rete class is obviously very stateful, so you can't have
multiple completely independent processes sharing the same Rete
object. If you want independent processes, use multiple Rete objects.
> The problem which I forsee is that if I store the Return Object from
> Rule Engine in the storage tagged by "RETOBJ"
> as in (store RETOBJ (new java.lang.String "My String"))
> In which case all Application will retreive the same object. So do I have to
> devise a mechanism for accessing objects accross Application so as to
> mantain concurrency or is there a feature available in JESS which I am not
> aware of.
Multiple Rete objects. Section 6.2.
> Ernest, Why don't we prepare a Sun Java style tutorial. I can give time
> on the weekends do do it. What do you say.
I would be very supportive of any endeavor by users to write a
tutorial for Jess, to contribute to the FAQ, to contribute sections to
the manual, etc.
>
>
>
> Regards
> Aditya
>
>
> ---------------------------------------------------------------------
> 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]
> ---------------------------------------------------------------------
>
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9012 [EMAIL PROTECTED]
PO Box 969 http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
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]
---------------------------------------------------------------------