|  | Posted by Toby Inkster on 01/27/07 11:55 
_mario.lat wrote:
 > 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?
 
 Unix sockets, TCP, UDP, shared memory.
 
 > how can B read the message?
 
 By listening on a socket (Unix sockets, TCP, UDP) or by continuous polling
 (shared memory).
 
 --
 Toby A Inkster BSc (Hons) ARCS
 Contact Me  ~ http://tobyinkster.co.uk/contact
  Navigation: [Reply to this message] |