Re: Windows env-Bug?
- From: Alexandre Ferrieux <alexandre.ferrieux@xxxxxxxxx>
- Date: Sat, 28 Jul 2007 10:38:07 -0000
On Jul 28, 11:28 am, Gerhard Reithofer <gerhard.reitho...@tech-
edv.co.at> wrote:
Controlling (and not "monitoring") the process environment is one of the
basic methods of the "interprocess communication", its one way to
forward informations to subprocesses and change information on current
process level.
It's the most basic method, yes: unidirectional (from parent to
child), and one-shot (only at spawn time).
But this part is not threatened by Joe's proposal: on the contrary, he
suggests to keep only this part (fill ::env with tclsh's environment
at interp init time, and update the environment of children based
on ::env's contents, only at spawn time; nothing in between. Hence no
cpu-hungry traces on ::env).
I for one am in favour of Joe's idea: for an unixian it sounded a bit
alien anyway to see the environment change in the middle of the life
of a process...
(Now it remains to be checked whether some popular extension will veto
this move because it spawns a process without using the Tcl API,
making it hard to apply this delay-update scheme)
-Alex
.
- Follow-Ups:
- Re: Windows env-Bug?
- From: Gerhard Reithofer
- Re: Windows env-Bug?
- References:
- Windows env-Bug?
- From: Gerhard Reithofer
- Re: Windows env-Bug?
- From: David Gravereaux
- Re: Windows env-Bug?
- From: Donal K. Fellows
- Re: Windows env-Bug?
- From: David Gravereaux
- Re: Windows env-Bug?
- From: Joe English
- Re: Windows env-Bug?
- From: Gerhard Reithofer
- Windows env-Bug?
- Prev by Date: Shift-Tab binding
- Next by Date: Re: Shift-Tab binding
- Previous by thread: Re: Windows env-Bug?
- Next by thread: Re: Windows env-Bug?
- Index(es):
Relevant Pages
|