At 03:43 PM 6/28/2010 -0600, Aaron Fransen wrote:
Using mod_wsgi on Apache doesn't seem to exhibit that behavior.

You may need "WSGIOutputBuffering Off" in your config; see:

http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIOutputBuffering

Another possibility is that you've got some middleware or something else buffering between your app and mod_wsgi, I suppose.

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to