[Zope] Large file downloading - slow response - solved.
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Tue, 25 Sep 2001 23:35:35 +0200 (CEST)
    
    
  
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