Hello again,
actually nginx makes a copy of the file, then uwsgi makes three, so I am
trying to understand where the extra two copies come from.
Here's the output of lsof while the upload is in progress:

http://imgur.com/a/k9Vnj

Any help is appreciated.
Cheers
Mrco

On Tue, Jul 18, 2017 at 4:43 PM, Marco Falcioni <
mfalci...@fabricgenomics.com> wrote:

> Hello
> we have a python app running on uwsgi behind nginx.  I would like to
> understand how post requests are cached to file before they are handed to
> the underlying app.
> For very large file uploads, we see that the same data is stored to a temp
> file at least twice.
> What controls this behavior?
> Thanks
> Marco
>
>
_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to