Try OpenEdge Now
skip to main content
Application Migration and Development Guide
Application Development with PAS for OpenEdge : Design and Implementation Considerations : Distributed application design and implementation : Understanding procedure handles in distributed ABL
 
Understanding procedure handles in distributed ABL
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.
* REMOTE attribute
* PERSISTENT, SINGLE-RUN, and SINGLETON attributes
* PROXY attribute
* How the attributes work together