[jboss-dev-forums] [Design of JBoss jBPM] - Re: Asynchronous Continuation with JBPM 3.2.2

tom.baeyens@jboss.com do-not-reply at jboss.com
Fri Dec 7 04:10:40 EST 2007


concurrent paths of execution don't have to run in separate threads if you're using persistence.

in persistent mode, you go from one state to another.  in case of a fork, this is one token before the fork when the tx starts to multiple tokens after the fork when the tx ends.  

in persistent mode, the number of threads that you use to calculate that tx is irrelevant.  the important thing is that different transactions are isolated from each other.

single threaded fork calculation is easier for persistence.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111132#4111132

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111132



More information about the jboss-dev-forums mailing list