|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: xslt (multi) threading or parallelized execution
> Given the ability to model just about anything in XML, XSLT > can be used to process just about any kind of data. It is > limited by memory and speed, from what I've seen. Could the > speed factor be addressed by threading ? If you only have one CPU, then multithreading is likely to impose coordination overheads without actually reducing the number of cycles executed on that CPU. Clearly though with multiple CPUs there's scope for improved elapsed time by spreading the work. The question is whether anyone needs that badly enough to create a business case for the development work. 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. Michael Kay http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








