[omniORB] Comparing object references

Attila Pletyak attila.pletyak@anemo.com
Fri, 01 Jun 2001 09:33:55 +0200


Kevin Bailey wrote:

>
>Assuming it's not as bad as this, I have the following questions
>about omniORB:
>
>Given an object reference, will _duplicates() of it compare
>equal via _is_equivalent() if the original and all duplicates
>are within the same process ?
>
I can refer to only this as I have experience with it: the duplicate in 
the same process gives back a reference on which _is_equivalent() 
returns true.

>
>
>Given an object reference, will object_to_string() ever return
>different values for it at different times in the same process ?
>
>Will copies of an object reference repeatedly pulled out of a
>name server into the same process ever return not
>_is_equivalent() ?
>
In theory this should not happen.


Best regards,
Attila Pletyak