At 04:52 PM 3/22/2007 +0000, Alan Kennedy wrote:
>But if the users want their "modern" python applications to be
>portable everywhere on WSGI, e.g. returning (iterable) files as ouput,

Actually, returning a file as output is a horrible idea, since it will 
massively reduce throughput, due to transmitting one line at a time to the 
web browser.  :)

_______________________________________________
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