Minimum instances of stateless session bean are created sequentially leading to 
an increase in the amount of time that it takes to start/deploy the application.
----------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: OPENEJB-1711
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1711
             Project: OpenEJB
          Issue Type: Bug
          Components: container system, server
    Affects Versions: 3.1.5
         Environment: All platforms
            Reporter: shreyas shinde
            Priority: Minor
             Fix For: 3.1.5


A stateless session bean application can contain minimum instances that need to 
be created when the application is deployed/started. Currently, these instances 
are created in a sequence (in a for loop). As a result, the time take for the 
application to startup is proportional to the time it takes to create all its 
minimum instances. We need a solution by which these minimum instances are 
created in parallel.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to