An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Go to file
Maxim Dounin 0d59500343 Event pipe: reduced number of file buffers used.
If possible we now just extend already present file buffer in p->out chain
instead of keeping ngx_buf_t for each buffer we've flushed to disk.  This
saves about 120 bytes of memory per buffer flushed to disk, and resolves
high CPU usage observed in edge cases (due to coalescing these buffers on
send).
2011-10-31 09:54:55 +00:00
auto Revamped "configure --help" text. 2011-10-26 13:18:33 +00:00
conf Adding m4a and m4v MIME types (closed #42). 2011-10-28 15:24:31 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.1.6-RELEASE 2011-10-17 15:10:23 +00:00
misc Removal of incomplete draft documentation processing. 2011-10-17 15:42:12 +00:00
src Event pipe: reduced number of file buffers used. 2011-10-31 09:54:55 +00:00
.hgtags release-1.1.6 tag 2011-10-17 15:10:31 +00:00