[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.
P

Peter Judge

Guest
(IE. I'm assuming that even though they are "circular", these memory references are all contained within the context of the ABL session. And I'm assuming that trimming the ABL session as a *whole* will finally set the memory free. The "memory collection strategy" was intended for precisely this type of situation. I'm optimistic that will do the trick!) Trimming (deleting/destroying) and AVM session in the agent will remove those objects and tables from memory. Session-going-away doesn't care about circular references.

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