1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Nate Berkopec
78b3ca7352
Revert "Consolidate option handling in Server, Server small refactors, doc changes (#2373)"
This reverts commit bbbdfb8f4c.
2020-09-28 09:12:14 -06:00
MSP-Greg
bbbdfb8f4c
Consolidate option handling in Server, Server small refactors, doc changes (#2373)
* Update runner.rb

* Update server.rb

* Update test_busy_worker.rb

* Update test_out_of_band_server.rb

* Update test_persistent.rb

* Update test_puma_server.rb

* test_pumactl.rb - Fix CI warning: assigned but unused variable

* test_integration_pumactl.rb - Fix CI warning: assigned but unused variable

* Update History.md
2020-09-23 08:28:23 -06:00
MSP-Greg
712d34e46f
Test files - more port handling 2020-07-22 21:00:03 -05:00
Kamil Trzciński
7af9807778 Inject small delay to improve requests distribution
Ruby MRI when used can at most process a single thread concurrently due to GVL. This results in a over-utilisation if unfavourable distribution of connections is happening.

This tries to prefer less-busy workers (ie. faster to accept
the connection) to improve workers utilisation.
2020-05-05 17:06:28 +02:00