JBoss Community

why to fire all rules in a thread?

created by Odelya Holiday in jBPM - View the full discussion

Hi!

 

I saw in the Emergency Demo application:

 

 

 new Thread(new Runnable()       {
 
 
            public void run() {
                ksession.fireUntilHalt();
            }
        }).start();
 

 

 

That the session firing the rules is running in a different thread.

 

what is the reason?

 

why not simply to write:

 

ksession.fireAllRules()?

Reply to this message by going to Community

Start a new discussion in jBPM at Community