Hi Luke,<br>
<br>
I have read on omniOrb.pdf in  omniOrb doc reference :<br>
<br>
    Once you have called CORBA::release() on an object reference, you must<br>
no longer use that reference. This is because the associated resources may have<br>
been deallocated. Notice that we are referring to the resources associated with<br>
the object reference and not the servant object. Servant objects are not affected<br>
by the lifetimes of object references. In particular, servants are not deleted when<br>
all references to them have been released—CORBA does not perform distributed<br>
garbage collection.<br>
<br>
<br>
that is my case? so there isn&#39;t any mechanism to deallocated object created into a servant routine?<br>
<br>
thanks so Much<br>
Best Regards<br>
<br><br>