[Zope-dev] Streaming Response

Danny W. Adair danny@adair.net
Tue, 08 Apr 2003 19:25:45 +1200


At 08:20 AM 4/8/2003 +0100, Toby Dickenson wrote:
>On Tuesday 08 April 2003 1:20 am, Danny W. Adair wrote:
>
> > I would like to use Response.write() to push my status messages on the fly.
> > Since I don't know which function calls will succeed and which will fail, I
> > do not know "Content-Length" in advance. Therefore, I would like to use a
> > streaming/chunked response as specified in HTTP 1.1.
> >
> > How do I do this in Zope?
>
>Just use RESPONSE.write and ZServer will take care of the rest automatically.

Wow. (That's all for now...)

Thanks,
Danny