db2ConnectionPoolSize



This option controls the number of DB2 for IBM i connections available to web service programs called using profoundjs.express().

This option was added in version 4.11.0 

Web service programs use DB2 connections when Profound.js Connector APis are used to access IBM i data and objects. The default value is 1, meaning all web service calls will share the same connection. In many cases this is sufficient, as a single connection can service many concurrent requests. Increasing the number of available connections allows more requests to be processed concurrently, at the expense of increased use of system resources.

Example: Set Connection Pool Size to 5
db2ConnectionPoolSize: 5