28 May
2003
28 May
'03
10:02 p.m.
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