Please report new issues athttps://github.com/DOCGroup
Object References in TAO cache multiple strings, such as the interface repository ID, the host of the server, etc. Many of those strings are duplicated in multiple object references. It would be nice to cache them in a global string dictionary (with reference counted entries?) to minimize the footprint. Similarly the ObjectKey and the Tagged Components are also stored multiple times. This is another big source of run-time memory comsumption. I think we could also apply the dictionary trick, but this time it would be a dictionary of octet sequences. In both cases we may want to use a smart pointer that implements copy-on-write semantics, and reference counting.
*** Bug 455 has been marked as a duplicate of this bug. ***
I think that we should bump up the priority on this enhancement. I just got done corresponding with a TAO user who plans on using TAO on a machine with a couple of hundred logical network interfaces (Solaris 2.6 and above allow up to 1000 interfaces!). Now that TAO takes advantage of endpoints created during a wildcarded bind(), TAO may create a profile for endpoints created on each probed network interface, including the logical ones. TAO can handle this but it will require alot of memory to do so. The memory footprint reductions Carlos suggested would certainly help out in the presence of a large number of probed network interfaces.
Bugzilla is pinging about this.
Another reminder for things that i don't have the time to work on.
Save it in the tao-support tarpit.