Re: FW: Python Query: How to i share variable between two processes without IPC.

2005-12-01 Thread Paul Boddie
[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

Re: FW: Python Query: How to i share variable between two processes without IPC.

2005-12-01 Thread skip
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