[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xslt (multi) threading or parallelized execution

Subject: RE: xslt (multi) threading or parallelized execution
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 24 Jan 2007 17:52:49 -0000
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/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.