Understanding procedure handles in distributed ABL
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Every active ABL procedure, whether running on an ABL client or in a server
session, has a procedure handle associated with it. Among the various attributes of the
procedure handle, the PROXY, REMOTE, PERSISTENT, SINGLE-RUN, and SINGLETON
attributes combine to provide important information about the procedure and its handle
in a distributed application environment.