Re: Technical reason behind client_body_temp_path

2014-11-19 Thread Valentin V. Bartenev
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

Technical reason behind client_body_temp_path

2014-11-19 Thread attozk
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