by apm35@[EMAIL PROTECTED]
Jan 22, 2008 at 07:10 AM
On 18 Dec 2007, 15:48, "Jesse" <j...@[EMAIL PROTECTED]
> wrote:
> <previously posted on comp.lang.java.programmer, with no response yet>
> My opinion here is that releasing references or not won't make any
> difference, and duplicating them is pointless.
I also wonder what the point is. I have a system where the client
p***** a reference to its CORBA object to a registration routine and
under certain conditions the server can deem that this object is no
longer useful and will never use it again. Should it call _release in
those cir***stances?
>
> But what does the standard says ?
The bottom line is "is it needed".
>
> Thanks in advance,
>
> JC.