Re: how send messages between two proceses?



Read the PHP documentation please... its all there!!

On Jan 27, 1:50 am, "_mario.lat" <_mario....@xxxxxxxxx> 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.

.



Relevant Pages

  • how send messages between two proceses?
    ... I'd like to fork a process so I have 2 process: ... How can send A a message (array of values or a value) to B? ... Mario. ...
    (alt.php)
  • how send messages between two proceses?
    ... I'd like to fork a process so I have 2 process: ... How can send A a message (array of values or a value) to B? ... Mario. ...
    (comp.lang.php)
  • Re: variables gets shared to child but resets back after exiting fork
    ... I have to run an external program but the program does not termination on some conditions, e.g, ping, will not exit unless you specify -c or some other circumstances. ... push @array, $_; ... If I don't use fork, I the way I would kill the process is by doing a call to pkill. ...
    (perl.beginners)
  • Re: Parallel for loop
    ... wich would give back the array with one added to each element in an ... array, and it would perform this "calculation" in parallel. ... this doesn't work since fork runs a subprocess which is another Ruby ...
    (comp.lang.ruby)
  • Re: Start processes stored in array and wait in between
    ... I want to start several processes with perl whose names are stored in ... an array. ... Before calling/executing the next file I want to wait a ... # sets min delay between fork calls ...
    (comp.lang.perl.misc)