help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Process>>#environment and public consumption


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Process>>#environment and public consumption
Date: Mon, 06 Sep 2010 10:20:29 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Mnenhy/0.8.3 Thunderbird/3.0.5

On 09/06/2010 09:18 AM, Holger Hans Peter Freyther wrote:
Hi,

I try to have a per process state and wonder if I can store it inside the
environment of the process? Is that acceptable? is there a better way?

Yes. You can use ProcessVariable or DynamicVariable to have a cleaner wrapper around the environment.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]