top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the deferres synchronous invocation ?

+1 vote
356 views
What is the deferres synchronous invocation ?
posted Jan 11, 2014 by Diya Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

DII also provides a deferred synchronous invocation. This feature is not part of CORBA 2.0's SII. Deferred synchronous invocations are submitted without having to wait for a response. This is similiar to a one-way operation except a return values and out parameters are possible, but must be polled for. CORBA 3.0 will support this type of invocation for both static and dynamic modes via the Asynchronous Messaging Service.

answer Feb 2, 2014 by Vikas Upadhyay
...