On 29/12/2007, Manlio Perillo <[EMAIL PROTECTED]> wrote:
> Hi.
>
>
> Maybe I have already posted something like this.
>
>  From the WSGI spec it is not clear if a WSGI application is allowed to
> call start_response and write from a separate thread.
>
> For my WSGI implementation for Nginx, calling the write callable from a
> separate thread *will* cause problems (unless buffering is not enabled).

Is that similar perhaps to the issue 'app_iter and threads' listed
under WSGI 2.0 discussion points on wiki.

Graham
_______________________________________________
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