26 Sep
2001
26 Sep
'01
9:17 a.m.
On Tue, 25 Sep 2001 23:35:35 +0200 (CEST), Dieter Maurer <dieter@handshake.de> wrote:
Heimo Laukkanen writes:
I spent about an hour trying to find the reason for Zope's slow performance, when serving large files until I found that it is the way Zope at the moment works. That it takes time to read the file into memory, create the temp-file and send it to the client. You may try HTTP streaming mode ==> "HTTPResponse.write".
Several threads in the mailing list archives ....
The standard File and Image objects already use RESPONSE.write! Toby Dickenson tdickenson@geminidataloggers.com