How many application can connect/use CDB using confd

Hi All
How many application(at a time) can connect/use CDB using confd ??

Hi,

Assuming you are referring to the CDB API. Then the number of applications connecting is unbounded. No limit is set by ConfD. The only limit will be the Linux file descriptor limit and if you run out of memory in your system.

Regarding startup with a burst of a large number of applications connecting simultaneously, there is a configurable limit for the max queue length of pending connections. See the confd.conf(5) man page under “/confdConfig/confdIpcListenBacklog” for details.