Kbase P12887: Memory increases for _progres in Webspeed 3.1D
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/01/2003 |
|
Status: Unverified
FACT(s) (Environment):
Windows 32 Intel
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
FACT(s) (Environment):
WebSpeed 3.1x
SYMPTOM(s):
_progres process increasing in memory at rapid pace
Memory increases even when page is refreshed
Program was not developed by Progress Appbuilder
CAUSE:
The problem was code related, where "CREATE WIDGET-POOL." statements are not defined within the programs. Please note, when a cgi-wrapper program is built using AppBuilder, Progress will automatically enters CREATE and DELETE calls when dynamic widgets are created/deleted.
In this case, the programs was missing the CREATE WIDGET-POOL statement
at the beginning of each procedure.
FIX:
1. Add "create widget-pool ." statement of all html and .p files. Please the call after the <script language="speedscript">
Example shown within the sample.htm file
/* sample.htm */
<script language="speedscript">
CREATE WIDGET-POOL.
2. Recompile all procedures