You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (Commented) (JIRA)" <ji...@apache.org> on 2012/01/23 11:46:54 UTC

[jira] [Commented] (OPENEJB-1711) 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.

    [ https://issues.apache.org/jira/browse/OPENEJB-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191022#comment-13191022 ] 

David Blevins commented on OPENEJB-1711:
----------------------------------------

2011-11-20 - http://svn.apache.org/viewvc?view=revision&revision=1204192 - rmannibucau
2011-11-20 - http://svn.apache.org/viewvc?view=revision&revision=1204204 - rmannibucau
2011-11-20 - http://svn.apache.org/viewvc?view=revision&revision=1204208 - rmannibucau

                
> 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