Hi everyone,
I'm trying to do the following:
- have a task context in a process with a write porti
and
- have another task context, in another process with a read port
and
having a third process (a Ruby script) connect the two ports together by
using CORBA.
Is it possible ? I don't see anything in the IDL interfaces which should
allow to do that. It seems that one can only read or write remote ports.
Thanks for any insight
Sylvain

using CORBA to connect data ports
On Thu, 13 Mar 2008, Sylvain Joyeux wrote:
> I'm trying to do the following:
> * have a task context in a process with a write porti
> and
> * have another task context, in another process with a read port
> and
> having a third process (a Ruby script) connect the two ports together by
> using CORBA.
>
> Is it possible ? I don't see anything in the IDL interfaces which should
> allow to do that. It seems that one can only read or write remote ports.
>
As soon as you have two processes, the components running in them _are_
"remote" (in the sense of having separated memory spaces; CORBA makes it
irrelevant whether they are on the same computer or not). Or do you
have another interpretation of remote?
Herman
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm