[okl4-developer] Asynchronous message
Nelson Tam
nelson at ok-labs.com
Mon Aug 4 09:53:16 EST 2008
Hi Charles,
There are certainly ways to set up threads in OKL4 2.1.1 such that IPC
calls will only succeed in one direction, and calls to the other
direction will either fail or result in a nop (this applies to both
synchronous and asynchronous IPC). In (near) future versions of OKL4,
it will be possible to prevent IPC calls from being made in the first
place, on a directional basis.
I'm afraid I'm not sure what amount of support IDL4 provides for
ensuring one-way IPC only. But as always, writing the interface code
manually will give you finest control over how the interface is
implemented.
Hope this helps,
Nelson.
On 01/08/2008, at 7:43 PM, Charles.VANWITTENBERGHE at fr.thalesgroup.com
wrote:
>
> This time I have a simple question : Is the keyword "Oneway", for
> asynchronous messages, currently supported by IDL4 & OKL4 v.2.1.1-
> patch 9 ?
>
> It seems to me that there is no differences between communication
> interfaces
> defined with or without oneway. And I as far as I can see, there
> aren't any
> differences in the generated code.
--
(nt)
Nelson Tam
More information about the Developer
mailing list