Hi everyone,
when I transform xml with a xsl-Stylesheet within a seperat
thread, which I will start from a Master thread:
and I'm starting the threads from a master thread, which guarantee that only one thread is running in the background:
it will increase the heap utilization until I get an OutOfMemoryError. If I have no xml input for the transformation like:
the heap utilization remains more or less konstant. Of course, if I repeat the xml-transformation with input-xml within one thread the heap utilization keeps konstant too.
Do you have any idea? Is it not advisable to start new thread for the transformation of xml, or have I missed something to enable the garbage collector to destroy all content of a thread?
I would be very thankful for your help.
Regards,
Ulrich