Re: [xsl] xslt (multi) threading or parallelized execution

Subject: Re: [xsl] xslt (multi) threading or parallelized execution
From: "Peter Rushforth" <peter.rushforth@xxxxxxxxx>
Date: Wed, 24 Jan 2007 13:05:55 -0500
For people who want to process thousands of financial messages per second,
you can get the improved throughput more easily by running multiple
transformations in parallel with each one being single-threaded.

I deal with geographic data which can be very large, and in many cases must be dealt with as a whole in order to deal with spatial relationships. I use xslt to process it (elegantly, capably, correctly), but it seems a shame to devote that much memory to a file for so long and only be able to use 1 core on a multicore machine.

Current Thread