Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Installing Identity Resolution
  4. Post-Installation Tasks
  5. Troubleshooting
  6. Upgrading Identity Resolution
  7. Uninstalling Identity Resolution

Installation and Configuration Guide

Installation and Configuration Guide

Increasing the Number of Database Connections

Increasing the Number of Database Connections

Identity Resolution
uses a modular architecture to manage the number of database connections. The
libssadbm.so
database module manages the database connections, and it can manage a fixed number of connections, which is 1024. You can find the database module in the following directory:
  • On Windows:
    <Identity Resolution Installation Directory>\bin
  • On UNIX:
    <Identity Resolution Installation Directory>/bin
To know how many connections the database module supports, run the following command:
dblist -c
The following text shows a sample response:
Maximum connections per module: 1024 Linked databases: odb: sdb:
If you want more connections, create copies of the
libssadbm.so
file, and use the following syntax to name the database modules:
libssadbm<nnn>.so
, where nnn can be an integer from 001 through 999.
For each copy of the database module, you can have an additional 1024 connections.

0 COMMENTS

We’d like to hear from you!