Process XML, using multi-thread

howard chen <[email protected]> Sat, 7 Mar 2009 17:54:53 +0800
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
Sometimes I need to parse a very large XML file, e.g. wikipedia dump.

My code is quite optimized currently....but CPU bounded.

So it is possible to split the file and parse using multithread?

E.g. on a SMP quad core CPU, maybe the speed can be boost up by 5-6 times.