[omniORB] Asynchronous calls

TURPIN Olivier turpin_olivier@bigfoot.com
Wed, 09 Dec 1998 18:17:47 +0100


Hello,

I am trying to start working in the CORBA world, and swim around...
Here is one of my questions: it sounds like being simple...

I wonder if the "oneway" keyword really means that the stub function
call will really be asynchronous, ie the call returns immediately
without waiting for the network call to be processed (?). I do not need
to be sure that the server received the message, but I need that the
client would not be blocked in any way...

Is that right ?

Thanks to everybody.

O. TURPIN