nginx/src/event
Igor Sysoev c8df23cb29 The "worker_aio_requests" directive.
The default value is 32 AIO simultaneous requests per worker. Previously
they were hardcoded to 1024, and it was too large, since Linux allocated
them early on io_setup(), but not on request itself. So with default value
of /proc/sys/fs/aio-max-nr equal to 65536 only 64 worker processes could
be run simultaneously. 32 AIO requests are enough for modern disks even if
server runs only 1 worker.
2011-09-20 07:30:09 +00:00
..
modules The "worker_aio_requests" directive. 2011-09-20 07:30:09 +00:00
ngx_event_accept.c fix building by msvc8 introduced by the previous commit 2010-12-02 14:20:51 +00:00
ngx_event_acceptex.c delete unused field c->local_socklen 2009-11-01 19:29:49 +00:00
ngx_event_busy_lock.c fix English grammar 2007-10-14 18:56:15 +00:00
ngx_event_busy_lock.h fix English grammar 2007-10-14 18:56:15 +00:00
ngx_event_connect.c update comments 2009-11-25 18:03:59 +00:00
ngx_event_connect.h proxy_bind, fastcgi_bind, and memcached_bind 2009-11-02 15:24:02 +00:00
ngx_event_connectex.c nginx-0.1.5-RELEASE import 2004-11-11 14:07:14 +00:00
ngx_event_mutex.c nginx-0.1.5-RELEASE import 2004-11-11 14:07:14 +00:00
ngx_event_openssl.c Proper SSL shutdown handling. 2011-09-01 13:49:36 +00:00
ngx_event_openssl.h A new fix for the case when ssl_session_cache defined, but ssl is not 2011-08-04 11:12:30 +00:00
ngx_event_pipe.c Upstream: pipe length and input_filter_init in buffered mode. 2011-09-15 19:00:47 +00:00
ngx_event_pipe.h Upstream: pipe length and input_filter_init in buffered mode. 2011-09-15 19:00:47 +00:00
ngx_event_posted.c nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_posted.h nginx-0.3.3-RELEASE import 2005-10-19 12:33:58 +00:00
ngx_event_timer.c Replaced "can not" with "cannot" and "could not" in a bunch of places. 2011-09-19 14:48:29 +00:00
ngx_event_timer.h fix comment 2007-12-29 16:55:31 +00:00
ngx_event.c Replaced "can not" with "cannot" and "could not" in a bunch of places. 2011-09-19 14:48:29 +00:00
ngx_event.h aio sendfile 2009-08-30 09:52:39 +00:00