BACnet icon indicating copy to clipboard operation
BACnet copied to clipboard

Bacnet Client dll taking more CPU Usage

Open 9008926625 opened this issue 3 years ago • 1 comments

Hi,

we have noticed that BACnet client API dll is taking high CPU usage.

Please suggest how we can resolve this.

9008926625 avatar Mar 26 '21 07:03 9008926625

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.

gralin avatar Mar 26 '21 08:03 gralin