Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: apache-mod_buffer | Distribution: OpenMandriva Lx |
Version: 2.4.56 | Vendor: OpenMandriva |
Release: 1 | Build date: Tue Mar 7 23:21:03 2023 |
Group: System/Servers | Build host: altra-1.openmandriva.org |
Size: 10281 | Source RPM: apache-2.4.56-1.src.rpm |
Packager: bero <bero@lindev.ch> | |
Url: http://httpd.apache.org | |
Summary: Support for request buffering |
This module provides the ability to buffer the input and output filter stacks. Under certain circumstances, content generators might create content in small chunks. In order to promote memory reuse, in memory chunks are always 8k in size, regardless of the size of the chunk itself. When many small chunks are generated by a request, this can create a large memory footprint while the request is being processed, and an unnecessarily large amount of data on the wire. The addition of a buffer collapses the response into the fewest chunks possible. When httpd is used in front of an expensive content generator, buffering the response may allow the backend to complete processing and release resources sooner, depending on how the backend is designed. The buffer filter may be added to either the input or the output filter stacks, as appropriate, using the SetInputFilter, SetOutputFilter, AddOutputFilter or AddOutputFilterByType directives. Using buffer with mod_include AddOutputFilterByType INCLUDES;BUFFER text/html The buffer filters read the request/response into RAM and then repack the request/response into the fewest memory buckets possible, at the cost of CPU time. When the request/response is already efficiently packed, buffering the request/response could cause the request/response to be slower than not using a buffer at all. These filters should be used with care, and only where necessary.
Apache License
/etc/httpd/modules.d/033_mod_buffer.conf /usr/lib64/apache/mod_buffer.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 17 23:12:08 2024