Hi,

does the following rule

(defrule test_wait
  (start)
    =>
  (printout t "starting" crlf)
  (call java.lang.Thread sleep 10000)
  (printout t "done" crlf)
)

block the Jess engine (and thus keeps other rules from beeing processed)
when executed? Or are there separate threads for each (activated) rule?

Thanks,
Henrik

-- 
..................................................
   
 Dr. Henrik Rentz-Reichert  mailto://[EMAIL PROTECTED]

 Hafnerstr. 1               fon +49-7533-9342-43
 D-78476 Allensbach         fax              -44

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