Do you "delete" the documents prior to setting them to
NULL?
-----Original Message-
From: Uthus Ivan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 1:52 AM
To: '[EMAIL PROTECTED]'
Subject: RE: memory use / DOM
We have similar problems. We read a document into a
We have similar problems. We read a document into a DOM in memory, and then
construct the answer in a new DOM in memory, before we dump the answer. We
set both documents to NULL and create new ones for each "transaction", buth
the memory usage of our applications are rising all the time (120 MB
ere?
>
>
> - Original Message -
> From: "Uthus Ivan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, March 27, 2001 10:41 PM
> Subject: RE: asserts in Xerces
>
>
> > Aren't there anyone who would like to comment
I have got the Xerces 1.4 lib working with xlC. I had some problems with
the new templates in some of the headers (when linking), but when I started
using the parameter -qnotempinc, everything works fine. I have not tried to
build the lib myself.
By the way, an working implementation of STL i
Aren't there anyone who would like to comment on this issue ? What are the
thoughts on asserts vs exceptions in Xerces for example ?
Ivan
-Original Message-
From: Uthus Ivan [mailto:[EMAIL PROTECTED]]
Sent: 26. mars 2001 10:54
To: '[EMAIL PROTECTED]'
Subject: asserts
Hi!
We have had some problems in our production environment with the (prebuilt)
Xerces lib version 1.4 for AIX 4.2. On some large (5.4 MB) files, the lib
asserts at this location in NodeVector.cpp:
void NodeVector::init(unsigned int size) {
assert(size > 0);
data = new NodeImpl *