Are object references persistent or transient?
Created May 4, 2012
Bruce Martin Yes. Both persistent and transient object references are supported in CORBA. Transient object references fail to operate once the process creating the object reference terminates. Persistent object references, on the other hand, can be used by a client even after the process creating the object reference terminates.