[ 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