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