Hello Dojo,
We recently received this notice and after opening ClientTestTool: Info --> Client List, it shows a lot of these ‘Bound element monitor subscriptions’, ‘virtual function resource state handlers’ and ‘replication via IP ( failsafe @ DMA NAME)’
We were wondering what are these Bound Element Monitor Subscriptions and VirtualFunctionreourceStateHandler used for and what is creating them?
Also, is there a recommended number of client lists that a DMA can handle or if these connections aren't causing major problems in there a way to disable this notice?
I believe both of these connections ("Bound Element Monitor Subscriptions" and "VirtualFunctionResourceStateHandler") should only occur max once per agent. These two internal connections get created as part of initializing the ResourceManager module. If there are excessive amount of local connections for these, something might be wrong there.
The warning gets generated based on a ConnectionWarnCount configuration option (SLNetClientTest > Advanced > Options > SLNet Options) which defaults to a value of 200. Connections being considered for this are local connection. The ones with "XXXX (via XXXX)" are excluded.
Whether the number of clients is a real problem for a DMA depends on what actions those clients are doing.