On Wednesday 19 November 2014 16:56:41 attozk wrote:
> I am trying to understand the reason for buffering incoming request
> (client_body_buffer_size) in which nginx would either keep request in memory
> or write to file client_body_temp_path (based on request size).
>
> What are the performance a
I am trying to understand the reason for buffering incoming request
(client_body_buffer_size) in which nginx would either keep request in memory
or write to file client_body_temp_path (based on request size).
What are the performance advantages and/or technical challenges to such an
approach as op