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

Allow sending and receiving remote signals to bypass spinning up Wasm #3778

Open
abe-njama opened this issue Apr 29, 2024 · 2 comments
Open
Labels
stale This issue may be outdated, but we can revive it if it ever becomes relevant again

Comments

@abe-njama
Copy link
Collaborator

Holochain performance optimization

@artbrock
Copy link
Member

artbrock commented Apr 29, 2024

The idea is that the conductor can offer a performance optimization based on these settings in the DNA properties. And pass remote signals directly to kitsune to go out, and/or pass them from kitsune to directly emit to the UI when coming in, and avoid spinning up WASM for each signal just to pass it through.

Bypass_WASM_Inbound_Remote_Signals: TRUE
Bypass_WASM_Outbound_Remote_Signals: TRUE

The significance of these settings is that the WASM isn't going to any filtering or validation, it is simply passing the signals through, so it would be much more efficient to not spin up the WASM if it isn't doing anything else.

So... Maybe a better thing would not be these as two inbound/outbound settings, but rather something like this:

Bypass_WASM_For_In-Out_Remote_Signals: TRUE
MsgPack_Schema_Source_for_Signal_Validation: URL/Filepath

@abe-njama abe-njama changed the title Allow sending and receiving remote signals to bypass spinning up wasm Allow sending and receiving remote signals to bypass spinning up Wasm Apr 29, 2024
Copy link
Contributor

This item has been open for 30 days with no activity.

@github-actions github-actions bot added the stale This issue may be outdated, but we can revive it if it ever becomes relevant again label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This issue may be outdated, but we can revive it if it ever becomes relevant again
Projects
Status: Backlog
Development

No branches or pull requests

2 participants