REST API - Configuring a Session Pool

You can improve the performance of REST APIs by enabling the Web Server to create a session pool to communicate with the QSDK server. If you do not configure a session pool, a connection call is made for each REST API.

Procedure

  1. On the Web Server client, add the UseSessionPool additional setting as shown in the following table.

    For instructions about adding the additional setting from the CommCell Console, see Adding or Modifying an Additional Setting.

    Property

    Value

    Name

    UseSessionPool

    Category

    CommServe

    Type

    INTEGER

    Value

    1

  2. Restart Internet Information Services (IIS) or the w3wp.exe process.

Loading...