]> git.kaiwu.me - nginx.git/commit
merge r2889, r2918, and r2921:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 15 Jun 2009 08:43:10 +0000 (08:43 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 15 Jun 2009 08:43:10 +0000 (08:43 +0000)
commitc4f6d11856d0d5dbf1f02f107dd90f94fe70963d
tree3f132341628fe8fa77a7e00ce26716104bb23a18
parent1bf967880effd1b03ae1be106b790bf55590f0b6
merge r2889, r2918, and r2921:

fix a pool growing and CPU usage for multi-requests keepalive connections:

*) keepalive_requests
*) try to reuse last 4 free large allocation links
*) do not test a pool block space if we can not allocated from
   the block 4 times
src/core/ngx_connection.h
src/core/ngx_palloc.c
src/core/ngx_palloc.h
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_request.c