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

Replace congested single channel lock with dedicated oneshot channels for response #524

Open
zvolin opened this issue Jan 21, 2025 · 0 comments
Labels
node-wasm Related to `lumina-node-wasm` perf Impacts performance

Comments

@zvolin
Copy link
Member

zvolin commented Jan 21, 2025

this is a major issue in wasm node, eg. interacting with node from js console is very slow unless I comment out show stats. Single lock causes a lot of congestion issues. We should use the respond_to pattern in messages between client and worker

@zvolin zvolin added node-wasm Related to `lumina-node-wasm` perf Impacts performance labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node-wasm Related to `lumina-node-wasm` perf Impacts performance
Projects
None yet
Development

No branches or pull requests

1 participant