Am Dienstag, den 06.12.2005, 12:01 -0200 schrieb Sidnei da Silva:
> On Tue, Dec 06, 2005 at 08:55:56AM -0500, Jim Fulton wrote:
> | Interesting.  I wasn't aware of this in Z2.  Zope 3 definately
> | doesn't have this.  Sindnei, have you verified that this actially
> | works in Z2?  I didn't think the Zope 2 publisher actually started
> | propducing output until the request was finished.
> 
> Yes, I can confirm it works like I described. I've been using and
> relying on this (where this == chunked response producing output
> before the request is finished) on Enfold Desktop for a while.

Right. You also have a .flush() method to force it pushing stuff to the
network:

            REQUEST.RESPONSE.write(data)
            REQUEST.RESPONSE.flush()


-- 
gocept gmbh & co. kg - schalaunische str. 6 - 06366 koethen - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 3496 30 99 112 -
fax +49 3496 30 99 118 - zope and plone consulting and development

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to