Transaction and record management considerations
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following sections describe trade-offs and techniques to help you design and implement the transaction model for your distributed application.
Note: These sections apply mostly to session-managed applications. For
a session-free application, all transactions must be normal ABL transactions: atomic,
started, and completed in a single request.