[jboss-user] [JBoss jBPM] - Re: JbpmContext in multiThreaded system

estaub do-not-reply at jboss.com
Wed Feb 28 11:25:00 EST 2007


See if http://www.jboss.com/index.html?module=bb&op=viewtopic&t=97309 is any help.

The answer depends on what you need to do.  I see three possibilities:

If you just need to get some data from jBPM, you could load it up earlier.

If you don't need to use the same context object, you can create another on the listener thread.

If you need to use the same context object, you'll need to push the work onto the same thread somehow - probably set up a worker thread just for that.

I haven't done any of this stuff - if anyone knows better, please shout!

-Ed Staub

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

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



More information about the jboss-user mailing list