Graham Dumpleton ha scritto: > 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. >
It's a different topic. In that issue the problem is whether the WSGI middleware can iterate over the app_iter using a different(s) thread(s). There is also: http://mail.python.org/pipermail/web-sig/2005-December/001807.html > Graham > Manlio Perillo _______________________________________________ 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