Request

Description

Specifies whether to allocate new transaction resources each time the client application sends a request and then release those resources after each request.

Applies to

Syntax

Request=value

Parameter

Description

value

Specifies whether you want to release transaction resources after each request. Values are:

Default

Request=0

Usage

Requirements for using the Request parameter Setting the Request parameter to 1 to release resources has an effect only when you do both of the following:

What happens When you set the Request parameter to 1, transaction resources are allocated for each request and released when the request finishes. This might slow the performance of your application, but it allows more simultaneous users of the system.

Examples

Example 1

To specify that you want to release resources after each request:

See also