[omniORB] Asynchronous calls

Shane Dempsey sdempsey@iol.ie
Wed, 9 Dec 1998 17:59:52 +0000 (GMT)


That is my understanding of it anyway .
I use oneway calls in the same situations and it seems to work .

	...shane D 

> 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
> 
>