Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bacnet Client dll taking more CPU Usage #78

Open
9008926625 opened this issue Mar 26, 2021 · 1 comment
Open

Bacnet Client dll taking more CPU Usage #78

9008926625 opened this issue Mar 26, 2021 · 1 comment

Comments

@9008926625
Copy link

Hi,

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

Please suggest how we can resolve this.

@gralin
Copy link
Member

gralin commented Mar 26, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants