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

2010-09-06 Thread Paolo Bonzini
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

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

2010-09-06 Thread Holger Hans Peter Freyther
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? ___ help-smalltalk mailing list help-smalltalk@gnu.org http://lists.gnu.org/mailman/listinfo/help-smallt