mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Update 5.0-Upgrade.md
This commit is contained in:
parent
c2e665bd59
commit
00bc855abb
1 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,16 @@ Puma 5 brings new experimental performance features, a few quality-of-life featu
|
|||
|
||||
## What's New
|
||||
|
||||
Puma 5 contains three new "experimental" performance features for cluster-mode Pumas running on MRI.
|
||||
|
||||
If you try any of these features, please report your results to [our report issue](https://github.com/puma/puma/issues/2258).
|
||||
|
||||
Part of the reason we're calling them _experimental_ is because we're not sure if they'll actually have any benefit. People's workloads in the real world are often not what we anticipate, and synthetic benchmarks are usually not of any help in figuring out if a change will be beneficial or not.
|
||||
|
||||
We do not believe any of the new features will have a negative effect or impact the stability of your application. This is either a "it works" or "it does nothing" experiment.
|
||||
|
||||
If any of the features turn out to be particularly beneficial, we may make them defaults in future versions of Puma.
|
||||
|
||||
### Lower latency, better throughput
|
||||
|
||||
From our friends at GitLab, the new experimental `wait_for_less_busy_worker` config option may reduce latency and improve throughput for high-load Puma apps on MRI. See the [pull request](https://github.com/puma/puma/pull/2079) for more discussion.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue