@pedrobaracho said:
I succeeded parsing a big file, although I couldn't parse multiple files in a row.
The problem is when I parse 4 files in a row, libxml stucks while creating the Document object.LibXML::XML::Document.new(file).root
And it gets non-responsive. Also it blocks the SU process and it doesn't finish when I close SU.
I also didn't get any times to compare rexml and libxml running over SU.
If anybody has any hints to my problem, I would appreciate it. Right now I am trying to compile libxml-ruby and set up some breakpoints so I can see where it is halting the execution.
Has anyone found a solution to this problem?