[Web-SIG] WSGI 2.0
Manlio Perillo
manlio_perillo at libero.it
Sun Oct 7 12:17:29 CEST 2007
Phillip J. Eby ha scritto:
> At 05:48 PM 10/6/2007 +0200, Manlio Perillo wrote:
>> Phillip J. Eby ha scritto:
>> > At 11:04 AM 10/6/2007 +0200, Manlio Perillo wrote:
>> >> As an example, the WSGI write callable cannot be implemented in a
>> >> conforming way in Nginx.
>> >
>> > ...unless you use a separate thread or process.
>> >
>>
>> I'm insisting about asynchronous support in WSGI because
>> Nginx *does not supports threads*.
>
> Please note that this means you can't run WSGI applications in the same
> process, then, since WSGI applications can and do block - meaning that
> the server will stop serving requests.
>
http://hg.mperillo.ath.cx/nginx/mod_wsgi/file/tip/README, in the Notes.
Regards Manlio Perillo
More information about the Web-SIG
mailing list