[EMAIL PROTECTED] wrote:
> Mukesh> Question: how do i share variable between two processes without
> Mukesh> IPC.
Using some subtle application of quantum mechanics? ;-)
Paul
P.S. I suppose it depends on any definition of interprocess
communication, but if the processes weren't to talk directly
Mukesh> Question: how do i share variable between two processes without
Mukesh> IPC.
...
Mukesh> A similar thing is available in perl (check the mail attached).
What makes you think the Perl code isn't using IPC?
use IPC::Shareable;
$handle = tie $buffer, 'IPC::Shareab
Hi
everyone,
Question: how do i
share variable between two processes without IPC.
context: i have a
process which is running and i want to update one of the variables use by this
process with ANOTHER process.
I understand there
are various IPC mechanisms like shared memory, pipes, si