25 Sep
2001
25 Sep
'01
9:35 p.m.
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 .... Dieter