comparison src/core/ngx_cycle.h @ 661:b9763778e212 NGINX_0_9_7

nginx 0.9.7 *) Feature: now keepalive connections may be closed premature, if there are no free worker connections. Thanks to Maxim Dounin. *) Feature: the "rotate" parameter of the "image_filter" directive. Thanks to Adam Bocim. *) Bugfix: a case when a backend in "fastcgi_pass", "scgi_pass", or "uwsgi_pass" directives is given by expression and refers to a defined upstream.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Apr 2011 00:00:00 +0400
parents be70f83b184f
children
comparison
equal deleted inserted replaced
660:fcda3d3eb4ff 661:b9763778e212
41 ngx_log_t new_log; 41 ngx_log_t new_log;
42 42
43 ngx_connection_t **files; 43 ngx_connection_t **files;
44 ngx_connection_t *free_connections; 44 ngx_connection_t *free_connections;
45 ngx_uint_t free_connection_n; 45 ngx_uint_t free_connection_n;
46
47 ngx_queue_t reusable_connections_queue;
46 48
47 ngx_array_t listening; 49 ngx_array_t listening;
48 ngx_array_t pathes; 50 ngx_array_t pathes;
49 ngx_list_t open_files; 51 ngx_list_t open_files;
50 ngx_list_t shared_memory; 52 ngx_list_t shared_memory;