You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
aralroca
changed the title
Fork the serve process for each CPU core and load balancing requestsclustering config to fork server process for CPU core + load balancing
Aug 26, 2024
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
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, andfalse
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.
The text was updated successfully, but these errors were encountered: