1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib
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
..
puma Inject small delay to improve requests distribution 2020-05-05 17:06:28 +02:00
rack/handler Update .run method options param 2020-03-18 15:22:22 -04:00
puma.rb All Puma threads are named (#1968) 2019-09-15 10:52:34 +02:00