[ZODB-Dev] Extenuated memory

2006-03-22 Thread Antonio Beamud Montero
Hi all: I have implemented a multi-thread server and I have several server as ZEO clients. In the root (ZODB) I have created 3 objects: root['pendings'] = Status() root['error'] = Status() root['completed'] = Status() Where Status is a Persistent Class, with an OOBTree attribute called _dict, an

Re: [ZODB-Dev] Extenuated memory

2006-03-22 Thread Dieter Maurer
Antonio Beamud Montero wrote at 2006-3-22 10:56 +0100: > ... >If I exectue a .minimizeCache(), then the output is: > >[['request.Request', 504]] > >But I can't minimize more the cache... Looks as if your application keeps references to your "request.Request" objects. Check where and get rid of the

Re: [ZODB-Dev] Extenuated memory

2006-03-22 Thread Chris Withers
Antonio Beamud Montero wrote: But I can't minimize more the cache... What I need to do to free more memory space, because this always grows... This is a problem with python, I hear rumours it'll be fixed in Python 2.5. cheers, Chris -- Simplistix - Content Management, Zope & Python Consultin