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

Tracking: Multithreaded/Multiprocess #113

Open
andrewjaykeller opened this issue Oct 23, 2016 · 0 comments
Open

Tracking: Multithreaded/Multiprocess #113

andrewjaykeller opened this issue Oct 23, 2016 · 0 comments

Comments

@andrewjaykeller
Copy link

andrewjaykeller commented Oct 23, 2016

Move CPU heavy serialport processing over to another process or thread. Of course node is supposed to be single thread but with libraries like: https://github.com/audreyt/node-webworker-threads/blob/master/README.md seems possible. This will help to reduce CPU usage solving high heat/power consumption and dropped packets because the CPU couldn't clear the serial buffer fast enough.

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

No branches or pull requests

1 participant