Re: Change vars in the parent process

2004-12-21 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Thomas Guettler <[EMAIL PROTECTED]> wrote: >Am Tue, 21 Dec 2004 06:20:09 -0800 schrieb Markus Franz: > >> Hi! >> >> >> Is there any possibility to change vars inside a parent process from >> the inside of a child process? >> Thanks > >Hi, > >No, that's impossible.

Change vars in the parent process

2004-12-21 Thread Markus Franz
Hi! Is there any possibility to change vars inside a parent process from the inside of a child process? Thanks Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: Change vars in the parent process

2004-12-21 Thread Steve Holden
Markus Franz wrote: Hi! Is there any possibility to change vars inside a parent process from the inside of a child process? Thanks Not without adopting some specific inter-process mechanism such as a network socket. The idea is that processes are *intended* to provide protection boundaries aroun

Re: Change vars in the parent process

2004-12-21 Thread Thomas Guettler
Am Tue, 21 Dec 2004 06:20:09 -0800 schrieb Markus Franz: > Hi! > > > Is there any possibility to change vars inside a parent process from > the inside of a child process? > Thanks Hi, No, that's impossible. At least on unix. Thomas -- Thomas Güttler, http://www.thomas-guettler.de/ -- h