BACnet
BACnet copied to clipboard
Bacnet Client dll taking more CPU Usage
Hi,
we have noticed that BACnet client API dll is taking high CPU usage.
Please suggest how we can resolve this.
The library doesn't create any threads, it only reacts to external calls and I/O operations. If you have high CPU load then most likely you need to introduce throttling to your code.