Skip to end of banner
Go to start of banner

Configuring connection pooling in SynWeb

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 2 Next »

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.

  • No labels