Killing an HTTP server process instance which takes a lot of time processing but fails to make a response to client within a limited time.
book
Article ID: KB0093543
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Description: There is no need to keep the HTTP server job running since the client gets disconnected after a limited time. Clients send an HTTP request to a server process waiting for responses after the server process is busy for an extended period of time. The server process should kill itself.
Issue/Introduction
Killing an HTTP server process instance which takes a lot of time processing but fails to make a response to client within a limited time.
Resolution
"killProcessInstance" of "EngineCommand" will kill a long running job. See attached process (Filename: HttpServer_killSelf_timeToKill.process) as an example.
Attachments
Killing an HTTP server process instance which takes a lot of time processing but fails to make a response to client within a limited time.
get_app