This function requires dba privileges.
http_pending_req returns an array of arrays of data on running VSP requests. Each array contains the Client IP Address, URL, and Process Request ID. These values can be used with the http_kill() function.
An array of 3-part-arrays. Each 3-part-array consists of client_IP_address (string), URL (string), and process request ID (number).
The request ID's can be used to terminate requests with http_kill.
SQLState | Error Code | Error Text | Description |
---|---|---|---|
42000 | SR159 | Function http_pending_req restricted to dba group |