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

Federated Workers #122

Open
tysonrm opened this issue Mar 13, 2022 · 0 comments
Open

Federated Workers #122

tysonrm opened this issue Mar 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tysonrm
Copy link
Member

tysonrm commented Mar 13, 2022

This is another entry point for user code. Instead of writing a model, adapter or service, developers write the nodejs equivalent of a web worker. A worker runs in its own thread of execution (V8 isolate) and can be a member of a thread pool through association with a model object. Otherwise, workers provide the equivalent functionality of a Cloudflare service worker or a WasmCloud actor, but with all the benefits of federated deployment.
federated-workers 001

@tysonrm tysonrm added the enhancement New feature or request label Mar 13, 2022
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

1 participant