Object Finalization and Cleanup
Summary:
This installment of the
Design Techniques column discusses the design guidelines that pertain to the end of an object's life. I give an overview of the rules of garbage collection, discuss finalizers, and suggest ways to design objects such that finite resources aren't monopolized.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: May 1, 1998 8:34 AM by
Bill
|
This installment of the Design Techniques column discusses the design guidelines that pertain to the end of an object's life. I give an overview of the rules of garbage collection, discuss finalizers, and suggest ways to design objects such that finite resources aren't monopolized. Read this Artima.com article: http://www.artima.com/designtechniques/cleanup.html
|
|