[ 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

        

Reply via email to