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
> | 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
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
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
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
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
+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
> >
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
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
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
10 matches
Mail list logo