-
Task
-
Resolution: Done
-
Major
-
7.0.0.Final
-
None
Current implementation of the CORBA naming context by JacORB results in unnecessary remote calls via NamingContext stubs when resolving contexts. This is known to cause thread pool exhaustion as all threads may be used in order to resolve a big enough name. We must come up with an implementation that first tries to call the naming context directly, avoiding the remote call whenever possible.