[Zope] Large file downloading - slow response - solved.

Toby Dickenson tdickenson@geminidataloggers.com
Wed, 26 Sep 2001 10:17:15 +0100


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.=20
>You may try HTTP streaming mode =3D=3D> "HTTPResponse.write".
>
>Several threads in the mailing list archives ....

The standard File and Image objects already use RESPONSE.write!

Toby Dickenson
tdickenson@geminidataloggers.com