nginx/src/event/modules
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
..
ngx_aio_module.c *) move small declarations in appropriate places and delete the surplus 2009-08-25 09:09:13 +00:00
ngx_devpoll_module.c *) introduce ngx_time_sigsafe_update() to update the error log time only 2010-03-25 09:10:10 +00:00
ngx_epoll_module.c The "worker_aio_requests" directive. 2011-09-20 07:30:09 +00:00
ngx_eventport_module.c *) introduce ngx_time_sigsafe_update() to update the error log time only 2010-03-25 09:10:10 +00:00
ngx_iocp_module.c *) introduce ngx_time_sigsafe_update() to update the error log time only 2010-03-25 09:10:10 +00:00
ngx_iocp_module.h nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright 2004-09-29 16:00:49 +00:00
ngx_kqueue_module.c *) introduce ngx_time_sigsafe_update() to update the error log time only 2010-03-25 09:10:10 +00:00
ngx_poll_module.c *) introduce ngx_time_sigsafe_update() to update the error log time only 2010-03-25 09:10:10 +00:00
ngx_rtsig_module.c *) introduce ngx_time_sigsafe_update() to update the error log time only 2010-03-25 09:10:10 +00:00
ngx_select_module.c *) introduce ngx_time_sigsafe_update() to update the error log time only 2010-03-25 09:10:10 +00:00
ngx_win32_select_module.c *) introduce ngx_time_sigsafe_update() to update the error log time only 2010-03-25 09:10:10 +00:00