Try OpenEdge Now
skip to main content
Developing AppServer Applications
Design and Implementation Considerations : Secondary performance considerations : Connect and disconnect performance issues
 

Connect and disconnect performance issues

This section discusses performance issues related to connecting to and disconnecting from AppServers.
As with any computer architecture that uses remote-procedure-call technology, the time that it takes to make a connection can be costly. This initial startup time is increased when you use an AppServer Connect procedure.
* Using the AppServer Connect procedure
* Performance-related issue for the CONNECT( ) method
* Performance-related issues for the DISCONNECT( ) method