[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: new version question
- From: steve@...
- Date: Fri, 21 Apr 2000 14:06:23 -0700
"Martin Dvorak" <mdvorak@ninell.cz> wrote:
> I know about this, but it's not what I want to do. I really need
> each object to have its own environment, for many reasons. For
> example to be able to cut any object off (destroy their state)
> anytime I need.
Shouldn't the garbage collector do this if you remove your reference
to them?
What's your application? Are you saying you need a form of threads
because you don't want one objects actions to be held up by the others?
Steve