Consultor Eletrônico



Kbase P46830: Disconnect AppServer causes all asynchronous requests to be
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/8/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Disconnect AppServer causes all asynchronous requests to be cancelled.

When client disconnect an AppServer, all asynchronous requests still running or pending on the AppServer are cancelled.

Cannot disconnect the client after asynchronous requests to AppServer

The CANCELLED attribute on the asynchronous request handle for all such cancelled requests is set to TRUE.

CAUSE:

By design disconnecting Appserver while it is running your asynchronous requests causes all running or pending asynchronous requests to be cancelled and the corresponding event procedure is called for each request.

FIX:

Expected behaviour.