http://qs1969.pair.com?node_id=419568


in reply to Re: Communication between two processes
in thread Communication between two processes

This indeed is more on unix but will be impemented in perl. To make the problem simple:
Let us assume we have two perl scripts running (and in some kind of wait mode). These perl scripts are independednt and do not have any knowledge of each other. Perl script 1 should now establish a communication with perl script 2 to which perl script 2 will do some task and return something to perl script 1.
I will extend the same logic to unix shells later. The question here is... how to make the above possible?
---
Do unto others as you would expect others to do unto you - The Golden rule of Life!
  • Comment on Re^2: Communication between two processes