[omniORB] processing COMM_FAILURE_UnMarshalArguments

Duncan Grisby duncan at grisby.org
Fri Mar 13 14:15:10 GMT 2009


On Friday 13 March, vadim A wrote:

> Can i processing COMM_FAILURE_UnMarshalArguments message for deleting servant?

Do you mean can you get the server-side to detect when a client
disconnects, and delete your servant in response?  If that's what you
mean then, no, you can't do that. Clients are permitted to close their
connections at any time, and open new ones when required, so using
connection closure to deactivate a servant would be the wrong thing to
do.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list