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

Possible Bug: polling plugins and .exe files #1488

Closed
brunoherrera opened this issue Jan 25, 2023 · 2 comments
Closed

Possible Bug: polling plugins and .exe files #1488

brunoherrera opened this issue Jan 25, 2023 · 2 comments

Comments

@brunoherrera
Copy link

Does Fan Control launch executables inside plugins folder (example: liquidctl.exe) when updating sensor info? because I see it constantly opening and closing that .exe and is taxing the cpu non-stop.

@Rem0o
Copy link
Owner

Rem0o commented Jan 25, 2023

In the case of that specific plugin, sadly yes, it would seem to be highly inefficient since it most likely call the exe at every update cycle ( 1 Hz ) to push and pull the information.

That's specific to that plugin implementation.

@brunoherrera
Copy link
Author

In the case of that specific plugin, sadly yes, it would seem to be highly inefficient since it most likely call the exe at every update cycle ( 1 Hz ) to push and pull the information.

That's specific to that plugin implementation.

super sad, thanks! I'll close this issue

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