Re: Managing memory limitation
Posted By:
Jeanne_Boyarsky
Posted On:
Thursday, May 8, 2003 05:54 PM
If module A & B don't need the data after the database transaction is complete, set the reference to C to null. Then the extra C objects will be garbage collected.