[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Concurrent deployments
adrian@jboss.org
do-not-reply at jboss.com
Thu Mar 27 09:51:24 EDT 2008
"alesj" wrote :
|
How would this relate with KernelDeploymentDeployer, meaning that we need to 'convince' it not to split up the deployment into separate non-related beans.
Or how do you plan to group all beans from a deployment marked with 'asynch' and install them in the same background thread?
Why would you need to?
You simply have an Executor backed by a thread pool + queue on the controller.
You submit the task to the executor then it will do something like:
anonymous wrote :
|
|
| A
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139283#4139283
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139283
More information about the jboss-dev-forums
mailing list