I wrote an application to parse a large xml file (over 20GB) using
XML::Parser.  It runs on a multicore system, however, and takes forever
since it uses only one core.  Maybe this is more of a SAX question, but
is there anyway to rewrite my app so that it takes advantage of multiple
cores?

Thanks
-- 
Posted via http://www.ruby-forum.com/.