-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Peter Bengtsson
Are you using the Photo product? The "old" one. I've got a product based on the Photo product, and I'm starting to suspect that there is something wrong there that eats memory. Just checking.
This apparently isn't Chris' problem since he's not running Photo, but for the record, the old Photo product most definitely eats memory, which was part of why I created the "new" Photo product. The old one stores rendered photo data as strings. Zope loaded the entire string into memory before serving it, which caused Zope to grow quite a bit. The new Photo product stores rendered photos as Zope Image objects (or ExtImage) which are served in pieces and thus do not eat memory. _______________________ Ron Bickers Logic Etc, Inc.