[Zope] RESPONSE.write() slow

2000-08-12 Thread Philipp Auersperg
I want to be able to download dynamic content (coming from a relational database) via Zope as a file. I do this by calling RESPONSE.write() which works fine but it is very slow When I download a greater package with an External method (on the bottom of the mail), I just get downloads of 3 to 12

[Zope] RESPONSE.write()

2000-08-06 Thread Pedro Vega
Hi all. I am using RESPONSE.write() for stream oriented output in a python function, but I don´t know the length of the data so I can´t set Content-Length and the browser don´t display anything if the Content-Length header is not set. This is my little problem, any suggestion ? Pedro Vega