[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Garbage collection for the sake of static temp-tables (in long-running _progres)

Status
Not open for further replies.
F

Fernando Souza

Guest
Sorry, typo. I meant 11.7.5. I missed the fact that there was a loop outside calling the .p with the temp-table. I see now. So the problem is that a circular reference is being created. The .p that contains the temp-table can't go away because the temp-table is bound to the object instance, and the object can't be garbage collected because it is in the .p that can't be released. So deleting the object yourself when you are done with it will break that link and resolve the issue.

Continue reading...
 
Status
Not open for further replies.
Top