Hi, I am using the gevent loop with nginx. All my app does is receive protocol buffers as a post and I respond with a protocol buffer. From the gevent uwsgi docs...should I add uwsgi_buffering off?
What are the benifits if I have uwsgi_buffering set to off? stream of data with nginx If you are using nginx as a frontend to uwsgi and you have an app that generates a stream of data, you'll probably want to disable nginx buffering. In that can you need to set: uwsgi_buffering off;
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
