[Zope] uploading large files w/ LocalFS

Andy McKay andy@agmweb.ca
Wed, 28 May 2003 15:02:37 -0700


> > LocalFS directory) was taking lots of memory. I think the zserver has to
> > keep the complete request/response object in memory before using/sending it.
> 
> It shouldn't.  At least with Image and File objects, AFAICT they are 
> loaded from the zodb in 64k chunks as needed. If LocalFS tries to
> load everything in memory, i'd say that's a mis-feature of LocalFS.

Last time I checked LocalFS read the whole file into memory, its broken.
-- 
  Andy McKay