[jboss-dev-forums] [Design of JBoss jBPM] - Re: jBPM Multithreading: Is there a specification?
tom.baeyens@jboss.com
do-not-reply at jboss.com
Tue Mar 6 07:09:19 EST 2007
in a persistent environment, jBPM synchronizes on the database. and you'll get your concurrency from your environment (ejbs, mdbs, web app and the likes) note that when moving transactional from one wait state to the next, jBPM synchronizes on the DB, so transactions should be handled concurrently, but inside one transaction, no multi threading is needed.
regards, tom.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025358#4025358
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025358
More information about the jboss-dev-forums
mailing list