Stateless processing and pooling for service packages
Stateless processing and requestor pooling are appropriate when the client (calling) system handles security, transactions, workflows, and similar aspects of the interface.
Stateless
as the processing mode, Pega Platform performs the following actions at run time: - Creates additional requestors only as needed and retains them for reuse, based on information in the Pooling tab.
- Selects the appropriate access group, depending on your configuration:
- If you select Requires authentication on the Context tab of the service package, the system uses the default access group of the authenticated operator as the context.
- If you do not select Requires authentication on the Context tab, the system uses the access group that is defined on the service package.
For more information, see Service package access group.
You can monitor the operation of a requestor pool using the Administration > Requestor Pools menu item of the System Management application.Previous topic Configuring a requestor pool for a service package Next topic Service REST rules