Kbase P158552: Memory consumption of AppServer agent process increases with every Web Services call
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/1/2010 |
|
Status: Unverified
SYMPTOM(s):
Memory consumption of AppServer agent process increases with every Web Services call
Memory leak in _proapsv when directly returning Dataset to OpenEdge Web Services Adapter (WSA)
FACT(s) (Environment):
There is no memory leak when calling the same AppServer from an ABL client
OpenEdge 10.2A
OpenEdge 10.2B
All Supported Operating Systems
CAUSE:
Bug# OE00193232
CAUSE:
A dataset is serialized as XML when passing it to the WSA, so the AppServer writes it to a LONGCHAR and pass it out. The AppServer allocates a MEMPTR structure for the LONGCHAR, but never deallocated it when it is done sending the output parameter.
FIX:
Upgrade to OpenEdge 10.2A03 or 10.2B01 or higher.