Hallo, I want to use the Xerces parser in a multithreaded program running as DLL. It will run virtualy infinitely. Threads will be started and will use Xerces. I will call Initialize at the very beginning. But there is no point when I could call Terminate that would release the memory because it can happen that all the time at least one thread can be running so Terminate never will be the last one.
My question is: will in such situation grow the memory usage? To understand it better, the equivalent question would it be: if you allocate, use and deallocate one Xerces document after another and do not call Terminate inbetween, will the memory usage grow? Or will the memory be reused? Thanks Tomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]