On Tue, Sep 26, 2006 at 04:26:57PM -0000, Graham Leggett wrote:
> Author: minfrin
> Date: Tue Sep 26 09:26:56 2006
> New Revision: 450105
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=450105
> Log:
> mod_disk_cache: Make caching of large files possible on 32bit machines
> by determining whether the cached file should be copied on disk rather
> than loaded into RAM. PR39380

I don't get it - as discussed, this approach is completely unsound.  
There is no reason to assume it's possible to copy the entire content 
into the cache before sending anything to the client just because it 
happens to be a FILE bucket (think slow NFS servers).  That is something 
which needs to be *fixed*, not explicitly hard-coded.

joe

Reply via email to