Configuring connection pooling in SynWeb

You can configure SynWeb's connection pooling to improve performance.

To configure connection pooling:

  1. Navigate to the SynwebCfg directory on your server.
  2. Open the Synergetic.xml file with Notepad.
  3. Scroll down until you find the DatabasePool fields.
  4. Edit the fields according to the table below.


DatabasePool fields

Fields

Description

DatabasePoolEnabled

Type:

  • True to enable database connection pooling
  • False to disable database connection pooling.

DatabasePoolSizeMax

The maximum number of connections allowed in the pool.

DatabasePoolSizeMin

The minimum number of connections the pool must maintain.