Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

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
  • No labels