> It works using uWSGI http router. I'm using apache2.2.21, it looks like > apache buffers uWSGI's output but not mod_wsgi's... Is there any way to > disable apache's buffering?
You have to use the mod_uwsgi from the tip: http://projects.unbit.it/uwsgi/browser/apache2/mod_uwsgi.c It will stream content only when in no-cgi mode If you plan big deployment on apache i suggest you to give a look at the upcoming mod_proxy_uwsgi that will be fully integrated with apache2.x and its "new" (>=2.2) load balancing platform. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
