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