Consultor Eletrônico



Kbase P47184: Refresh of application windows in a Webclient application is
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/10/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Refresh of application windows in a Webclient application is taking too long

CAUSE:

The application was written such that for each AppServer request it connects to the AppServer, runs the specified program then disconnects from the AppServer. The specific program that was taking a long time (35 seconds minimum) had a loop which called a program on the AppServer seven times.

FIX:

Modify the application source code so that the connection to the AppServer happens at startup of the application and the resulting connection handle is used by all subsequent AppServer requests.