Try OpenEdge Now
skip to main content
Developing AppServer Applications
Design and Implementation Considerations : Distributed application design and implementation : Understanding procedure handles in distributed ABL sessions
 

Understanding procedure handles in distributed ABL sessions

Every active ABL procedure, whether running on an ABL client or in an AppServer agent, 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