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

[NEURON] Modbus connections face contention by running in the main server thread #74

Open
tknot opened this issue Mar 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@tknot
Copy link
Contributor

tknot commented Mar 1, 2019

Prerequisites

  • [*] Are you running the latest Master or the latest release version?
  • [*] Did you try to reinstall EVOK?
  • [*] Did you perform a cursory search on the [forum] and [google]?

Description

EVOK currently processes Modbus requests and cache updates asynchronously in the main server thread, which can cause delays when using multiple RS485 devices along with a primary Neuron device. It would be better if it was spun off to a separate process thread, ideally running on a different core via the 'multiprocessing' library.

@kratochvil01 kratochvil01 added the enhancement New feature or request label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants