[omniORB] oneway calls and object deactivation

Duncan Grisby duncan at grisby.org
Sat Nov 10 18:43:54 GMT 2007


On Wednesday 7 November, Serguei Kolos wrote:

> I have an impression that after I have deactivated my object with its
> POA I may still have some omniORB threads where the one-way calls to
> that object are being processed. Is that the case with the omniORB
> 4.0.7 or I'm wrong?

Yes, there can still be requests in progress after an object has been
deactivated. That's true regardless of whether the requests are oneways
or not. If you need to know for certain when an object has been
completely deactivated, you can use a servant activator, which will
receive an etherealize call when the object is actually removed.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list