So you want a front-end thread to be blocking for (mostly) parallel executed 
jobs in the backend? Ar you sure? How long will these jobs be running? Is the 
process fully ended after these jobs like in your definition that was posted? 

So basically http://www.eaipatterns.com/BroadcastAggregate.html is what you 
want?

I'd look into using some kind of ajax polling to check if they are finished. 

And I assume there are multiple return variables since having multiple parallel 
jobs working on the same variable is kind of dangerous.


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255500
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to