Consultor Eletrônico



Kbase P27391: RUN statement takes a long time when calling a stateless AppServer.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

SYMPTOM(s):

RUN statement takes a long time when calling the AppServer.

Program only takes a few seconds to execute on the AppServer side.

AppServer running in Stateless mode.

An Activate procedure is defined for the AppServer.

CAUSE:

The Activate procedure is executed on a stateless AppServer each time the client performs a RUN on the AppServer. If the Activate procedure is slow, each RUN on the client will be slow as well.

FIX:

Ensure that the Activate procedure does not introduce sensible overhead.