yes, I'm using nginx in front of uWSGI, but I didn't get the feature you
said.
Do I need to configure anything in the conf file?
I'm using nginx 1.0.5

BTW, is this problem which I described normal?
I think uwsgi should use the rest 3 workers to handle other requests.

2012/6/24 Tobia Conforto <[email protected]>

> On 24 Jun 2012, at 07:28, piglei wrote:
> > when a user upload an photo the server will get blocked and other light
> requestes can not be processed
>
> Are you using an http server in front of uWSGI?
>
> I recommend nginx, which will only forward the request to the backend when
> the upload is complete, thus decoupling the backend processes or threads
> from slow uploads or downloads.
>
> If you need to monitor the upload progress, there is an nginx module to do
> just that, without losing the decoupling feature.
>
> Tobia
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to