Skip to content

Improve Concurrency Support #44

Open
@brianghig

Description

@brianghig

In order to increase the scalability of applications built on the node-rest-starter, we can improve support for concurrent applications. With the current codebase, we're limited to running multiple services at the OS / VM level in order to provide horizontal scalability. However, the Node.js community provides mechanisms for running multiple processes (workers) on a single instance that can effectively use more available CPUs.

One way to improve scalability is to provide out-of-the-box support for a configurable number of multiple application processes with a single instance of a node-rest-starter service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    scalabilityImprove scalability of applications based on this platform.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions