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

clustering config to fork serve process for CPU core + load balancing #429

Closed
Tracked by #1
aralroca opened this issue Aug 26, 2024 · 0 comments · Fixed by #430
Closed
Tracked by #1

clustering config to fork serve process for CPU core + load balancing #429

aralroca opened this issue Aug 26, 2024 · 0 comments · Fixed by #430
Assignees

Comments

@aralroca
Copy link
Collaborator

Enhance the Brisa application by implementing a clustering configuration that utilizes the clustering property to improve performance and reliability by forking the process for each CPU core and load balancing requests.

This configuration should default to true in production on Linux, where load balancing is supported, and false in other environments unless explicitly enabled.

Note that this configuration is not applicable when using a Custom Server, and additional configuration may be required for Windows and macOS due to limitations in their handling of HTTP connection load balancing.

@aralroca aralroca self-assigned this Aug 26, 2024
@aralroca aralroca changed the title Fork the serve process for each CPU core and load balancing requests clustering config to fork server process for CPU core + load balancing Aug 26, 2024
@aralroca aralroca changed the title clustering config to fork server process for CPU core + load balancing clustering config to fork serve process for CPU core + load balancing Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant