Try OpenEdge Now
Developing AppServer Applications
Programming the AppServer
:
Managing stateless connection context
:
Using the SERVER-CONNECTION-BOUND-REQUEST attribute
Using the SERVER-CONNECTION-BOUND-REQUEST attribute
As explained earlier (see
AppServerand Client Interaction
), a connection from client to a stateless AppServer is in one of two states:
Unbound
— Where remote procedure requests over the connection can be handled by any available AppServer agent running on the AppServer
Bound
— Where remote procedure requests over the connection are handled by a single AppServer agent dedicated to the connection
By default, a connection on a stateless AppServer is unbound.
In this section:
Making a connection bound
Making a connection unbound