[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OpenEdge 11.6 | How to find a memory leak on AppServer

  • Thread starter Thread starter atuldalvi123
  • Start date Start date
Status
Not open for further replies.
A

atuldalvi123

Guest
Hello All, On the AppServer source code, we have a code structure like 1 include that contains all its temporary table definition and related dataset definitions. We use it wherever we need it and declare the input or output parameters for a dataset without a by-reference or BIND. Will this be the reason for the memory leak ? e.g. Sample.p {ttCust.i} define output parameter dataset for dscust. - - - run CreateData.p(outputDATASET dsCust). - - - run UpdateData.p(input-output DATASET dsCust). - CreateData.p {ttCust.i} define output parameter dataset for dscust. - - - Thanks in advance.

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