You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <de...@geronimo.apache.org> on 2006/07/17 11:50:13 UTC

[jira] Created: (GERONIMO-2198) CSSBean creates 2 unnecessary threads for every instance.

CSSBean creates 2 unnecessary threads for every instance.
---------------------------------------------------------

                 Key: GERONIMO-2198
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2198
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: OpenEJB
    Affects Versions: 1.1
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
             Fix For: 1.1.1


The CSSBean creates 2 ORB instances, then spins off a thread for each that calls orb.run().  This is completely unnecessary, since orb.run() doesn't actually run anything....it just causes the thread to wait until orb.destroy() is called.  These two thread instances are pure overhead, with no functional purpose. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2198) CSSBean creates 2 unnecessary threads for every instance.

Posted by "Rick McGuire (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2198?page=all ]

Rick McGuire updated GERONIMO-2198:
-----------------------------------

    Patch Info: [Patch Available]

> CSSBean creates 2 unnecessary threads for every instance.
> ---------------------------------------------------------
>
>                 Key: GERONIMO-2198
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2198
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 1.1
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>             Fix For: 1.1.1
>
>         Attachments: geronimo-2198.diff
>
>
> The CSSBean creates 2 ORB instances, then spins off a thread for each that calls orb.run().  This is completely unnecessary, since orb.run() doesn't actually run anything....it just causes the thread to wait until orb.destroy() is called.  These two thread instances are pure overhead, with no functional purpose. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (GERONIMO-2198) CSSBean creates 2 unnecessary threads for every instance.

Posted by "Kevan Miller (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2198?page=all ]

Kevan Miller resolved GERONIMO-2198.
------------------------------------

    Fix Version/s: 1.2
       Resolution: Fixed

Fixed both CORBABean and CSSBean for OpenEJB 2.1.1 (RC 2814) and 2.2 (RC 2816)



> CSSBean creates 2 unnecessary threads for every instance.
> ---------------------------------------------------------
>
>                 Key: GERONIMO-2198
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2198
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 1.1
>            Reporter: Rick McGuire
>         Assigned To: Kevan Miller
>             Fix For: 1.1.1, 1.2
>
>         Attachments: geronimo-2198.diff
>
>
> The CSSBean creates 2 ORB instances, then spins off a thread for each that calls orb.run().  This is completely unnecessary, since orb.run() doesn't actually run anything....it just causes the thread to wait until orb.destroy() is called.  These two thread instances are pure overhead, with no functional purpose. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-2198) CSSBean creates 2 unnecessary threads for every instance.

Posted by "Rick McGuire (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2198?page=all ]

Rick McGuire updated GERONIMO-2198:
-----------------------------------

    Attachment: geronimo-2198.diff

> CSSBean creates 2 unnecessary threads for every instance.
> ---------------------------------------------------------
>
>                 Key: GERONIMO-2198
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2198
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 1.1
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>             Fix For: 1.1.1
>
>         Attachments: geronimo-2198.diff
>
>
> The CSSBean creates 2 ORB instances, then spins off a thread for each that calls orb.run().  This is completely unnecessary, since orb.run() doesn't actually run anything....it just causes the thread to wait until orb.destroy() is called.  These two thread instances are pure overhead, with no functional purpose. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (GERONIMO-2198) CSSBean creates 2 unnecessary threads for every instance.

Posted by "Rick McGuire (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2198?page=all ]

Rick McGuire reassigned GERONIMO-2198:
--------------------------------------

    Assignee: Kevan Miller  (was: Rick McGuire)

> CSSBean creates 2 unnecessary threads for every instance.
> ---------------------------------------------------------
>
>                 Key: GERONIMO-2198
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2198
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 1.1
>            Reporter: Rick McGuire
>         Assigned To: Kevan Miller
>             Fix For: 1.1.1
>
>         Attachments: geronimo-2198.diff
>
>
> The CSSBean creates 2 ORB instances, then spins off a thread for each that calls orb.run().  This is completely unnecessary, since orb.run() doesn't actually run anything....it just causes the thread to wait until orb.destroy() is called.  These two thread instances are pure overhead, with no functional purpose. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira