2007/10/8, Manlio Perillo:
> However there are two problems here:
> 1) It is not clear if WSGI explicitly allows an implementation to skip
>    the iteration over the app_iter object, for optimization purpose
> 2) For a WSGI implementation embedded in an existing webserver, the
>    most convenient method to perform cache validation is to let the
>    server do it; however this requires to send the headers as soon as
>    start_response is called, and this is not allowed.

Oops, sorry, hadn't correctly understood what you were saying. Of
course you're right here.

-- 
Thomas Broyer
_______________________________________________
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