Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

[Question] how does Polaris Scales? #191

Open
Stephanevg opened this issue Jul 21, 2019 · 3 comments
Open

[Question] how does Polaris Scales? #191

Stephanevg opened this issue Jul 21, 2019 · 3 comments

Comments

@Stephanevg
Copy link
Contributor

Hi guys,

I was wondering if there were any tests (with numbers) about how well Polaris can scale?

Background of my question

If I want to introduce an open source project like Polaris into a project at my company, I need to have some kind of proof that it the module will support scaling.
do you guys have anything like that by any chance?

@TylerLeonhardt
Copy link
Member

Nothing on paper. Keep in mind Polaris can only handle one request at a time. Due to its use of a single runspace.

It was an early design decision to replicate expressjs's design pattern but it seems like more folks want something that can handle multiple requests at the same time.

@TylerLeonhardt
Copy link
Member

See #127

@Tiberriver256
Copy link
Contributor

I would treat it the same as if you were trying to scale node or php-fpm and use a reverse proxy like nginx or IIS to handle load balancing between several instances or something like Azure App Service that would handle scaling Polaris for you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants