[dev] synchronous write
Manlio Perillo
manlio_perillo at libero.it
Tue Oct 16 14:32:53 MSD 2007
Hi.
The mod_wsgi implementation is almost complete.
The only feature that I have to implement is the write callable:
http://www.python.org/dev/peps/pep-0333/#the-write-callable
The problem is that the WSGI spec *requires* the passed-in string to be
completely sent to the client when the write function returns.
Is this possible with Nginx?
It does not matter that the entire process is blocked.
Fortunately not so many WSGI applications use the write callable, and it
is going to be removed from the next revision of WSGI.
Thanks Manlio Perillo
More information about the nginx
mailing list