Killing a WebSpeed agent process
- Last Updated: January 17, 2024
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
Killing a WebSpeed agent process
You might want to manually terminate an agent process under these two circumstances:
- An agent process hangs.
- You determine from the available data that an agent process is a runaway process.
The specific PID on the Agent pool summary section of the Agent Pool Control page allows you to access the necessary page to kill the offending agent's process.
When either of the previously listed circumstances exists and you want to manually terminate an agent process, use this command:
|
CAUTION: An agent (or server) process
that has database locks can cause a database crash when you kill
the process using the kill -9 command. Therefore,
use the command only as a last resort.
The description of the signal for the kill process is as follows:
- Signal Name — SIGKILL
- Signal Number — 9
- Signal Description — Kill program
Note that OpenEdge Management references the specific PID and its associated date and time start details to be sure of a process' identity before it attempts to kill a process.
You can also kill an AppServer process. For details, see Killing an AppServer process.
To initiate a kill process:
