Monitor Threaded Servers and Remote Connections
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Threaded servers may be monitored using the Promon command and identified in the _Connect VST table. Threaded servers are identified in the Type field of the Promon report and the _Connect VST table as TSRV. Remote client connections to the threaded server are displayed in the following fields:
| Field name | Data type | Description |
|---|---|---|
| SPID | Integer | Identifies the Server Process I.D. of the remote client connection. The SPID matches the Process ID (PID) of the threaded server (TSRV). |
| STID | Integer | Identifies the Server Thread I.D. of the connected remote client. The STID is unique to each connected remote client. |
Remote client connections may be terminated using the PROSHUT command. Released threads will be reassigned by the threaded server to new remote client connections.