[Zope] Zope memory usage / cache

Dieter Maurer dieter@handshake.de
Wed, 31 Jan 2001 23:00:13 +0100 (CET)


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