Article Discussion
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.
1 post on 1 page.      
« Previous 1 Next »
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: May 1, 1998 8:34 AM by Bill
Bill
Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
Object Finalization and Cleanup
May 1, 1998 8:34 AM      
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
1 post on 1 page.
« Previous 1 Next »