31 Jan
2001
31 Jan
'01
10 p.m.
Ron Bickers writes:
Ouch. Do you know if this is the case for Linux? If so, is there any way to keep Zope from sucking up so much memory just to send large image files? That is, without bumping the files out of the ZODB...that's not an option. My Linux (SuSE 7.0) does release unused memory to the operating system again.
Alternatively, you could use the HTTP streaming interface (RESPONSE.write) to serve images in blocks. Dieter