comparison src/http/ngx_http_cache.h @ 525:43cc6f0b77ce NGINX_0_8_9

nginx 0.8.9 *) Feature: now the start cache loader runs in a separate process; this should improve large caches handling. *) Feature: now temporarily files and permanent storage area may reside at different file systems.
author Igor Sysoev <http://sysoev.ru>
date Mon, 17 Aug 2009 00:00:00 +0400
parents f0cac61857ae
children 86dad910eeb6
comparison
equal deleted inserted replaced
524:16d97d9e72b7 525:43cc6f0b77ce
95 typedef struct { 95 typedef struct {
96 ngx_rbtree_t rbtree; 96 ngx_rbtree_t rbtree;
97 ngx_rbtree_node_t sentinel; 97 ngx_rbtree_node_t sentinel;
98 ngx_queue_t queue; 98 ngx_queue_t queue;
99 ngx_atomic_t cold; 99 ngx_atomic_t cold;
100 ngx_atomic_t loading;
100 off_t size; 101 off_t size;
101 } ngx_http_file_cache_sh_t; 102 } ngx_http_file_cache_sh_t;
102 103
103 104
104 struct ngx_http_file_cache_s { 105 struct ngx_http_file_cache_s {