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

Move processes logic to separate worker #574

Open
BeroBurny opened this issue Jul 9, 2021 · 0 comments
Open

Move processes logic to separate worker #574

BeroBurny opened this issue Jul 9, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request question Further information is requested UI UX

Comments

@BeroBurny
Copy link
Collaborator

The electron has 2 processes by default main and renderer
Now we keep all processes on renderer that start causing UI freezes due to blocking resource usages (loops API calls etc...)

We should move beacon node watcher and validator to own processes to increase application resilience in case of renderer die to the application is not stoping with doing duties, and offload renderer for smoother UX

https://www.electronjs.org/docs/tutorial/performance#how-2
https://www.electronjs.org/docs/tutorial/performance#how-3
https://www.electronjs.org/docs/tutorial/multithreading

@BeroBurny BeroBurny added enhancement New feature or request question Further information is requested UI UX labels Jul 9, 2021
@BeroBurny BeroBurny self-assigned this Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested UI UX
Projects
None yet
Development

No branches or pull requests

1 participant