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.