Re: Asynchronous procedure call with ORBit.



On 18 Nov 2001, Diego González wrote:
> > oneway void notify (...)  :-)
> 
> if you use oneway calls nobody can ensure that the remote object in
> which you are executing that method has died, and if you execute the
> method and the object has died you also receive no exeption telling    
> you that.
  
        Not quite the case in fact. It is true, that you are never sure
that the method has fully completed successfully. However - if the
connection has died, any subsequent oneway invocations on that object will
result in a comm failure exception being thrown.

        Regards,
   
                Michael.

-- 
 mmeeks@gnu.org  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]