in reply to Re^2: Libxml parser cosuming 100% cpuin thread Libxml parser cosuming 100% cpu
If your saying your XML doc has only ~100 nodes, then the problem isn't memory, then using a pull parser like XML::Twig (or XML::LibXML::Reader) won't help.