Consultor Eletrônico



Kbase P161851: 4GL procedure containing a repeat loop becomes slow over time on Windows
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/15/2010
Status: Unverified

SYMPTOM(s):

4GL procedure becomes slow over time on Windows

The etime output increases significantly over time and it never decreases


FACT(s) (Environment):

The 'repeat' loop displays all the fields of a temp-table

The problem is not observed if only a string (i.e. "123") is displayed instead of the fields of the temp-table
The problem is not observed when a 'do while true' loop is used instead of the 'repeat' loop
The problem is not observed on Solaris platforms

Windows
OpenEdge 10.2A

CAUSE:

Bug# OE00196164


FIX:

Use a 'do while true' loop instead of the 'repeat' loop