Re: [ZODB-Dev] Extenuated memory

2006-03-24 Thread Antonio Beamud Montero
El vie, 24-03-2006 a las 10:25 -0300, Sidnei da Silva escribió: > On Fri, Mar 24, 2006 at 02:20:06PM +0100, Antonio Beamud Montero wrote: > | > | I think I will remove ZODB from my server and use a SQL Object mapper > | > | like SQLObject to see if I can get an stable serve

Re: [ZODB-Dev] Extenuated memory

2006-03-24 Thread Antonio Beamud Montero
> | I think I will remove ZODB from my server and use a SQL Object mapper > | like SQLObject to see if I can get an stable server, or the dbapi > | directly.. my experience with ZODB and threads has been a nightmare :( > | > | A lot of thanks for your help, but this server is in a production/stabl

Re: [ZODB-Dev] Extenuated memory

2006-03-24 Thread Antonio Beamud Montero
El jue, 23-03-2006 a las 15:02 -0500, Tim Peters escribió: > [Antonio Beamud Montero] > > But my server doesn't free any memory, now it uses 55Mb of resident > > size... How I can debug this "references"? > > Many layers are involved in memory management, fro

Re: [ZODB-Dev] Extenuated memory

2006-03-23 Thread Antonio Beamud Montero
El mié, 22-03-2006 a las 20:55 +0100, Dieter Maurer escribió: > 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 minimi

[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

[ZODB-Dev] Conflict Error

2006-02-24 Thread Antonio Beamud Montero
Hi all: I have a problem with conflicts in my system. I have implemented a multi-thread server and I have several server as ZEO clients. In ZODB I have created 3 objects: root['pendings'] = Status() root['error'] = Status() root['completed'] = Status() Where Status is a Persistent Class, with an

Re: [ZODB-Dev] tcp_begin in tests [SOLVED]

2005-07-07 Thread Antonio Beamud Montero
+0200, Antonio Beamud Montero escribió: > El mié, 06-07-2005 a las 19:57 +0200, Antonio Beamud Montero escribió: > > Hi all: > > In my app, I'm using ZODB to store data, the problem is that I have > > implemented several unittest, for every unit test I create the ZODB > >

RE: [ZODB-Dev] tcp_begin in tests

2005-07-07 Thread Antonio Beamud Montero
El mié, 06-07-2005 a las 14:19 -0400, Tim Peters escribió: > [Antonio Beamud Montero] > > In my app, I'm using ZODB to store data, the problem is that I > > have implemented several unittest, for every unit test I create the ZODB > > database and when the test finis

Re: [ZODB-Dev] tcp_begin in tests

2005-07-07 Thread Antonio Beamud Montero
El mié, 06-07-2005 a las 19:57 +0200, Antonio Beamud Montero escribió: > Hi all: > In my app, I'm using ZODB to store data, the problem is that I have > implemented several unittest, for every unit test I create the ZODB > database and when the test finished I destroy the da

[ZODB-Dev] tcp_begin in tests

2005-07-06 Thread Antonio Beamud Montero
Hi all: In my app, I'm using ZODB to store data, the problem is that I have implemented several unittest, for every unit test I create the ZODB database and when the test finished I destroy the database (including files). When I run 2 test, the first is executed ok, but the second test give me the