Skip to content
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
Closed
@refack

Description

@refack

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:

  1. Multithreading - workers: initial implementation node#2133 and node-webworker-threads
  2. Multi process with mutable shared memory - Tracking issue: Worker support node#13143 (comment)
  3. Multi process with immutable shared memory and serialized communication - Tracking issue: Worker support node#13143 (comment)
  4. Multi process with only serialized communication

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions