This may be a dumb question, but...
You say you "set both documents to NULL and create new ones for each
"transaction"". 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 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 per
process is not unusual, we have 10-20 worker processes, so thats a lot of
RAM...).
Are there any activities on finding out of these matters ? Are there others
that have similiar problems ?
Ivan
-----Original Message-----
From: Dean Roddey [mailto:[EMAIL PROTECTED]]
Sent: 12. april 2001 19:13
To: '[EMAIL PROTECTED]'
Subject: RE: memory use / DOM
> -using XMLPlatformUtils::Terminate() at the end.
Do you mean at the end of the app or the end of each parse()? If you call it
at the end of each parse() then that's the problem. It should only be called
at termination of the program, or not at all.
--------------
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]