Try OpenEdge Now
skip to main content
Developing AppServer Applications
AppServer and Client Interaction : Understanding AppServer operating modes : State-reset operating mode
 

State-reset operating mode

When OpenEdge sends a client application's connection request to an AppServer that is running in state-reset operating mode, the AppServer broker connects the client application directly to one of the agents in its AppServer agent pool. The connected AppServer agent remains dedicated to the client application for the life of the connection.
Between connections, OpenEdge reinitializes the AppServer session to its initial state. This is the state it is in immediately after the AppServer agent is started and after all startup parameters are processed.
Note: State-reset operating mode is conceptually similar to the operation of AppServers prior to Progress Version 9.
* General AppServer-client interaction
* Connection management
* Performance considerations
* Context management