[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Memory leak in 11.7

  • Thread starter Thread starter James Palmer
  • Start date Start date
Status
Not open for further replies.
J

James Palmer

Guest
If you turn on the log entry type DynObjects.* to level 3 logging you should see the scope of the dynamic objects that are created on the fly for you. You should see also which widget pool they are scoped to. I didn't do any testing with ABL forms, but I've done testing on various other dynamic objects and found that adding an unnamed widget pool to classes can really help with the clean up of such memory leaks. It's worth a go. And the client logging will at least show you if there's a difference in scope between 11.6 and 11.7.

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