- Since our servant uses parameters or _this() to find state, we only need one.
- Combine two policies
- REQUEST_PROCESSING: DEFAULT_SERVANT
- SERVANT_RETENTION: NO_RETAIN
- With no way to retain servants all requests go to the default servant.
- The default servant must be installed on the poa before it is active
- poa->set_servant() does this.
|