Consultor Eletrônico



Kbase P111762: WebSpeed Agents running very slow after running for awhile
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/09/2008
Status: Unverified

FACT(s) (Environment):

WebSpeed 3.1D
Progress 9.1D

SYMPTOM(s):

WebSpeed Agents running very slow after running for awhile

WebSpeed Agents run faster after re-boot of machine

Using scr/web2/web-cgi.i include in application code

Each new web request creates another ADMProps temporary table

CAUSE:

Basically, a new dynamic temp-table (named ADMProps) is being created on every web hit. When scanning the SESSION system handle for dynamic buffers you can see the number of dynamic buffers going up as you refresh the page. Over time, this takes more and more memory. Eventually, the WebSpeed agents slows down to a point where it is barely usable.

FIX:

Change the code to use src/web/method/web-cgi.i