Previous icon

Next icon

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.

    Windows Explorer - navigate to the SynwebCfg directory, Synergetic xml file

  2. Open the Synergetic.xml file with Notepad.

    Synergetic xml file in Notepad

  3. Scroll down until you find the DatabasePool fields.
  4. Edit the fields according to the table below.

DatabasePool fields

Fields

Description

DatabasePoolEnabled

Whether to allow database connection pooling. 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.

Last modified: 27/06/2017 9:34:58 AM

See Also

Overriding the default configuration settings

Disabling SSRS in SynWeb

© 2017 Synergetic Management Systems. Published 29 June 2017.

Top of page