|
Posted by Colin McKinnon on 01/29/07 21:16
_mario.lat wrote:
> hallo,
> I'd like to fork a process so I have 2 process: process A and process B.
> How can send A a message (array of values or a value) to B?
> how can B read the message?
> Thank you in advance for the time you'll spend for me.
> Mario.
signals, shared memory, sockets, temporary files, CORBA...it kind of depends
what you are trying to achieve, what platform you are running on and how
much effort you want to put into it.
C.
Navigation:
[Reply to this message]
|