Hi,

P.J. Eby schrieb:
> newer spec.  On CPython at least, this can be implemented using 
> greenlets, and on other Python implementations it could be done with 
> threads.  Here's a quick and dirty, untested sketch (no error 
> checking, no version handling) of how it could be done with greenlets:
greenlets are one solution, but I don't think there are any applications
out there using write() that are worth supporting in WSGI 2.0.  Such
applications should rather use an internal buffer and write to that.


Regards,
Armin
_______________________________________________
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