[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 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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to