diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2017-01-20 14:03:20 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2017-01-20 14:03:20 +0300 |
commit | c3ad24da01c062eaa4eb096f85f9be2312316821 (patch) | |
tree | 20c15be390173fe2638da269b29bc9c7bc449d04 /src/os/unix/ngx_thread_mutex.c | |
parent | 660e1a5340f15bdfcedfd298ccf96ca8a9604af2 (diff) | |
download | nginx-c3ad24da01c062eaa4eb096f85f9be2312316821.tar.gz nginx-c3ad24da01c062eaa4eb096f85f9be2312316821.zip |
Improved connection draining with small number of connections.
Closing up to 32 connections might be too aggressive if worker_connections
is set to a comparable number (and/or there are only a small number of
reusable connections). If an occasional connection shorage happens in
such a configuration, it leads to closing all reusable connections instead
of gradually reducing keepalive timeout to a smaller value. To improve
granularity in such configurations we now close no more than 1/8 of all
reusable connections at once.
Suggested by Joel Cunningham.
Diffstat (limited to 'src/os/unix/ngx_thread_mutex.c')
0 files changed, 0 insertions, 0 deletions