[DGD] Re: status

Noah Gibbs noah_gibbs at yahoo.com
Wed Jan 7 22:50:30 CET 2004


  Oh, hey, fun fact of the day...

  DGD does garbage collection.  That's the only way
arrays, mappings and LWOs can be destructed.  DGD
garbage-collects clones as well, but if you track
clones in an object manager (which the Kernel Library
does), the garbage collection is foiled since the
object manager is guaranteed to still have a reference
to the clone.

  So make sure you're aware of that little side effect
before you track all clones with an object manager.


=====
------
noah_gibbs at yahoo.com

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list