[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: What are the current thoughts for solving JBKERNEL-25 (I
alesj
do-not-reply at jboss.com
Thu May 28 16:26:11 EDT 2009
"smarlow at redhat.com" wrote : Do we have an understanding of how the parallel deployment support will work? I am curious since this could help AS get through boot quicker (assuming we can get some concurrency going and not end up single threaded due to contention).
The Controller is already thread safe (A).
So it's really just a matter of identifying parallel deployments == ControllerMode.ASYNCHRONOUS.
And then pushing them to existing Executor in AbstractController.
I guess the hard part is to test that (A) still works after this changes.
Using Byteman (ex Toast) could come in handy.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233983#4233983
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233983
More information about the jboss-dev-forums
mailing list