This repository was archived by the owner on Mar 25, 2021. It is now read-only.
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
High level architecture #2
Closed
Description
Follow up to #1
If we consider the use-cases brought up in Step 1) Figure out use cases what should be the high level architecture?
Let's try to consider pros and cons and not just bikeshed 😉
Some options that were brought up in nodejs/node#13143:
- Multithreading - workers: initial implementation node#2133 and
node-webworker-threads
- Multi process with mutable shared memory - Tracking issue: Worker support node#13143 (comment)
- Multi process with immutable shared memory and serialized communication - Tracking issue: Worker support node#13143 (comment)
- Multi process with only serialized communication
Metadata
Metadata
Assignees
Labels
No labels