[Zope-dev] unbuffered html from external method

Dieter Maurer dieter@handshake.de
Wed, 15 Nov 2000 00:10:26 +0100 (CET)


Andy McKay writes:
 > Is it possible to print unbuffered html output to the user from an external
 > method. It looks to me like I can't, output occurs upon the return and I
 > cant see a way of getting around that.
"self.REQUEST.RESPONSE.write(....)"

Be aware of the restriction of "HTTPResponse.HTTPResponse.write"!


Dieter