Try OpenEdge Now
skip to main content
Developing AppServer Applications
Programming ABL Client Applications : Managing asynchronous requests : Examples
 

Examples

The following examples show simple implementations of various client and remote procedures. The first two examples (Figure 1 and Figure 2) compare two similar implementations, one synchronous and the other asynchronous. These are non-executing examples, shortened for illustration. The third example (client.p and server.p) shows a fully executing, asynchronous implementation of client and remote procedures.
* Synchronous request execution model
* Asynchronous request execution model
* A complete asynchronous request example