This directive allows to configure the threshold for pipelined - responses, which remain pending so long as pipelined request are handled. - When this limit is reached, are forcibly flushed to the network in blocking - mode, until passing under the threshold again.
+This directive allows to configure the maximum number of pipelined + responses, which remain pending so long as pipelined request are received. + When the limit is reached, reponses are forcibly flushed to the network in + blocking mode, until passing under the limit again.
-This threshold helps maintaning constrained memory usage.
+This directive allows to configure the threshold (in bytes) for pending - output data. When this limit is reached, data are forcibly flushed to the - network in blocking mode, until passing under the threshold again.
+This directive allows to configure the threshold for pending output + data (in bytes). When the limit is reached, data are forcibly flushed to + the network in blocking mode, until passing under the limit again.
-This threshold helps maintaning constrained memory usage.
+This directive allows to configure the size in bytes of the memory - buffers used to read data from the network.
+This directive allows to configure the size (in bytes) of the memory + buffer used to read data from the network or files.
-Larger buffer can increase peformances for large data but consume more - memory (per connection).
+A larger buffer can increase peformances with larger data, but consumes + more memory per connection. The minimum configurable size is + 1024.