swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] Time efficiency of at$createActionTo$message


From: Jason Alexander
Subject: Re: [Swarm-Support] Time efficiency of at$createActionTo$message
Date: Tue, 18 Feb 2003 19:09:37 +0000

The thing is as the model progresses the argument day becomes progressively
larger.
If this scheduling happens again and again, you'll be leaking Selectors like crazy. Java/Swarm objects are live until dropped (they have objects on the C side that are pinned-down, and the garbage collector can't touch > them).

Just out of curiosity...

Why doesn't Swarm use a retain count mechanism for preserving objects (like in OS X) instead of an explicit drop mechanism? Is it just an artifact of design, or was their a principled reason for it?

Jason



reply via email to

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