[ 
https://issues.apache.org/jira/browse/OPENEJB-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins updated OPENEJB-1711:
-----------------------------------

    Fix Version/s: 4.0.0-beta-2
    
> 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
>              Labels: container, stateless
>             Fix For: 3.1.5, 4.0.0-beta-2
>
>         Attachments: StatelessInstanceManager.java.patch
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> 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