[jboss-user] [jBPM] - Re: Starting Multiple Process Instances

Mauricio Salatino do-not-reply at jboss.com
Thu May 9 06:05:32 EDT 2013


Mauricio Salatino [https://community.jboss.org/people/salaboy21] created the discussion

"Re: Starting Multiple Process Instances"

To view the discussion, visit: https://community.jboss.org/message/816955#816955

--------------------------------------------------------------
Hi, 
so two things to mention: 
1) it's taking 2 seconds to execute your processes from the start to end, not just to starting them
2) You have several approaches to start processes concurrently. 
   a) You can have a thread pool and start one process per thread in different sessions, that shares the same kbase
    b) you can implement an async mechanism that only start the process in the main thread and then you have a pool of threads in the back that continues them . 

Cheers
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/816955#816955]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130509/70bedb86/attachment.html 


More information about the jboss-user mailing list