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

        

Reply via email to