Consultor Eletrônico



Kbase P1608: How to make a process started on the AppServer continue to process after the client disconnects
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

How to make a process started on the AppServer continue to process after the client disconnects

GOAL:

Is it possible for an AppServer process to continue execution of a program after the client has disconnected?

FIX:

No real solution for this, product is behaving as intended.
With AppServer, if a client connection is lost then when the AppServer attempts to write data back to the user then an error will be raised. AppServer is not really designed for this type of situation, a batch process is more appropriate.
Also, Asynchronous AppServer will not help.