[Web-SIG] Write buffering (was Re: WSGI uses)

tony at lownds.com tony at lownds.com
Fri Aug 20 18:55:40 CEST 2004


> Still, your comments have illustrated to me that there does need to be
> better definition of how flushing is expected to occur

Thanks for deciphering those comments. This is what I was hoping for.

>... the application would need
> to
> have a way to say, "no, really, please send it *now*."
>

Are you considering requiring start_response() return an object with
.write() and .flush() methods?

-Tony



More information about the Web-SIG mailing list