Hi we are planning to use the OpenDACS API on a UI connecting back to pair of dacs.snkd or multiple pairs (for multiconnect). The default number of connections on a dacs.snkd it 8 -
# Define the number of Sink Clients that can attach to the dacs.snkd
DACS_MAX_SNKD_CLIENTS=8; export DACS_MAX_SNKD_CLIENTS
We will need to increase this number significantly to achieve our goal - possibly to 300 or 400. According to the DACS manuals the only limitation to setting this parameter is the machine resources but no indication of loading is detailed. In practice can you let me know how much memory each connection to the dacs.snkd uses & is 300 connections realistically possible?
# Define the number of Sink Clients that can attach to the dacs.snkd
DACS_MAX_SNKD_CLIENTS=300; export DACS_MAX_SNKD_CLIENTS
many thanks
Adam