Handling the response from an asynchronous request
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
When an asynchronous request completes execution on the server, it sends a
response to the client, which places it on the response queue for the appropriate server
handle. To signify that the response is ready to be processed, the PROCEDURE-COMPLETE event is placed on the event queue where
it can be processed in the context of blocking I/O statements, such as WAIT-FOR or the PROCESS
EVENTS statement.