Hi, We have created a connector using the MIP SDK. In the connector we are creating a Milestone MIP driver and create multiple MetadataProviderChannel (around 200 per MIP driver). The MIP driver IP address and port is provided in the management server. Once the connection is established, the CPU utilization on the system having the connector goes up to 100%.
When I look at the BoundingBoxMetadataProvider sample it send metadata every half second on one channel.
There will be a limit to the frequency with which you can do this, especially on 200 channels.
I hope my assumption on what your ‘Milestone Proxy’ does is correct when I assume it does the same as the sample only on 200 channels.
What is the combined frequency on the channels?
If you as a test has two provider apps instead of one each with half the amount of channels, do you see the same issue?
Hi @Bo Ellegård Andersen (Milestone Systems) , We reduced the number of channels from 200 to 50 per MIP driver. This reduced the CPU utilzation to 2%
Thanks for your support