I think [EMAIL PROTECTED] wrote:
> 
> If I have just one Rete engine, nothing's threaded right? 

Regardless of the number of Rete objects you create, Jess won't create
any threads of its own.[*] You can, of course, create multiple threads
yourself, and manipulate Jess from them.


[*] EXCEPTION: If, and only if, you call (set-multithreaded-io TRUE),
Jess will create a special thread dedicated to calling flush() on I/O
streams after output is sent to them; if you're doing a lot of
printing to a slow stream (i.e., the console) this can speed things
up. This is the only Thread Jess will ever create by itself.

---------------------------------------------------------
Ernest Friedman-Hill  
Science and Engineering PSEs        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
PO Box 969, MS 9012                 [EMAIL PROTECTED]
Livermore, CA 94550         http://herzberg.ca.sandia.gov

--------------------------------------------------------------------
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