[Zope-dev] Streaming Response
   
    Magnus Heino
     
    magnus.heino@home.se
       
    Thu, 24 Apr 2003 16:07:46 +0200
    
    
  
>> > In the case of the explicit configuration option, wouldn't it be 
>> good to
>> > use a file-based caching mechanism instead?
>> > In other word write the unpickled blocks to a cache file and stream 
>> that
>> > file to the response.
>>
>> With a (file-based) Squid cache in front of zope, and a (file-based) ZEO
>> client cache behind it, I doubt that *another* filesystem cache can 
>> make an
>> improvement here.
> 
> 
> It would make a difference for people not using Squid or ZEO.
Those people probably shouldn't be streaming anyway ;)
/Magnus