hi,
Thanks for answering my questions in advace.

Q1:
Would u please tell us which file implments Jess' function "call"?

Q2:
Whether the following rule let Jess engine idle 25 milliseconds?

(defrule sleep-if-bored
  (declare (salience -100))
  ?idle <- (idle)
  =>
  (retract ?idle)
  (call Thread sleep 25)
  (assert (idle)))

thanks
Tim

_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail. 
http://www.hotmail.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