Use the SERVER-CONNECTION-BOUND-REQUEST
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A session-managed client connection to a PAS for OpenEdge instance is in one of two states:
- Unbound — Where remote procedure requests over the connection can be handled by any available PAS for OpenEdge session
- Bound — Where remote procedure requests over the connection are handled by a single PAS for OpenEdge session that is dedicated to the connection
By default, a session-managed connection is unbound.