[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Memory leak in OpenEdge.Net.HTTP classes?

  • Thread starter Thread starter dbeavon
  • Start date Start date
Status
Not open for further replies.
D

dbeavon

Guest
OK, thanks for the explanation. I was originally thinking that any objects showing up that didn't have the "STATIC" notation was an indication of a leak - especially if there were a large number of them. But I didn't do much digging yet. Now that you say this, I've noticed that my own singleton classes (listed with a "STATIC " notation) are always paired with one that does *not* have that same notation. I suspect the "STATIC" one represents the type, and the one without that notation is the singleton instance of the type. Yes, my screenshot was from the "stacks" link in the OEE console for PASOE. (The stacks link can be found on the individual sessions within the "agents" of an abl application).

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