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

Paul Boddie paul at boddie.org.uk
Thu Dec 1 07:13:03 EST 2005


s... at pobox.com 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 with each
other then any kind of mechanism employing a shared resource would be
appropriate. If non-POSIX IPC is actually meant, one could still employ
shared files, TCP/IP communications or one's favourite distributed
objects technology: CORBA, COM, etc.




More information about the Python-list mailing list