From: Raymond O'Connor Date: 2007-08-01T02:21:41+09:00 Subject: Making a XML::Parser App Multithreaded 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/.