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). Thanks Manlio Perillo _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com
