[jboss-jira] [JBoss JIRA] Created: (JBJCA-224) Support true parallel deployment
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Sat Nov 28 11:10:31 EST 2009
Support true parallel deployment
--------------------------------
Key: JBJCA-224
URL: https://jira.jboss.org/jira/browse/JBJCA-224
Project: JBoss JCA
Issue Type: Task
Components: Fungal
Reporter: Jesper Pedersen
Assignee: Jesper Pedersen
Fix For: 1.0.0.Alpha6
Introduce a
org.jboss.jca.fungal.deployers.CloneableDeployer
interface, which identifies the deployer as a deployer which can be cloned by the MainDeployer.
This will allow all deployment units to be booted in parallel, by each using their own instance of the MainDeployer, but have two synchronization points in the kernel:
1) After all the bootstrap deployments
2) After all deployment units in the deploy directory
Clarify, that a standard Deployer instance should be thread-safe, as it can now be used by multiple threads.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list