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

Improve Concurrency Support #44

Open
brianghig opened this issue Dec 23, 2019 · 0 comments
Open

Improve Concurrency Support #44

brianghig opened this issue Dec 23, 2019 · 0 comments
Labels
scalability Improve scalability of applications based on this platform.

Comments

@brianghig
Copy link
Contributor

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.

@brianghig brianghig added the scalability Improve scalability of applications based on this platform. label Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scalability Improve scalability of applications based on this platform.
Projects
None yet
Development

No branches or pull requests

1 participant