Murphy, James wrote:

> I understand that the refinement over using weak references would be to
> dictate the objects that get collected rather than letting the GC decide.

As I see it, these objects will never get out of gen 0 unless they're being
held during GC, which should be rare enough (don't know the usage pattern,
just taking a guess). That pretty much guarantees they get collected every
time collection runs.

Brad

--
Read my web log at http://www.quality.nu/dotnetguy/

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to