Primary performance considerations
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
There are three fundamental performance reasons for implementing an application using PAS for OpenEdge:
- To minimize network traffic by putting data processing closer to the database
- To offload resource-intensive processing tasks to a machine more capable of executing the tasks
- To support critical business functions for a maximum client load across the Internet
These three points can work together to provide maximum performance benefits. The following sections discuss each point separately.