nginx/src
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
..
core Replaced "can not" with "cannot" and "could not" in a bunch of places. 2011-09-19 14:48:29 +00:00
event The "worker_aio_requests" directive. 2011-09-20 07:30:09 +00:00
http Replaced "can not" with "cannot" and "could not" in a bunch of places. 2011-09-19 14:48:29 +00:00
mail A new fix for the case when ssl_session_cache defined, but ssl is not 2011-08-04 11:12:30 +00:00
misc fix comments 2010-03-26 21:17:26 +00:00
mysql rename ngx_peer_addr_t to ngx_addr_t 2009-11-02 15:14:17 +00:00
os Replaced "can not" with "cannot" and "could not" in a bunch of places. 2011-09-19 14:48:29 +00:00