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

RE: When parsing speed matters (was Re: No XML Binar

  • From: Richard Salz <rsalz@u...>
  • To: xml-dev@l...
  • Date: Mon, 26 Feb 2007 10:47:52 -0500

RE:  When parsing speed matters (was Re:  No XML Binar
This has been an interesting discussion.

There's recently been a "merge" of accelerators to cover both appliances 
(e.g., DataPower) and accelerator cards (e.g., Tarari).  They're 
different.

A card *might* be useful for parsing/tokenization, for example. I'm 
skeptical -- the latency cost of pushing the data across the PCI bus is 
more likely to hurt overall system performance, unless you're very careful 
and tune (or ideally build) your software to leverage it.  You can't just 
drop an accelerator into Apache or IIS with a JAR or DLL and expect things 
to just go faster. Notably, Tarari's benchmarks don't talk about parsing, 
but instead mention things like schema validation and XPath evaluation -- 
where all the data goes *into* the card, but very little comes back, and 
where your main application might still have to do all the heavyweight XML 
work.

(For those who are curious, the case is very different for crypto cards 
accelerating RSA operations. In those cases, the data being pushed is 
small and fixed-size (usually 1K or 4K) and the compute time greatly 
exceeds the latency.)

An appliance, however, is generally used to do "higher level" XML work 
such as implementing the WS-* stack, validating incoming credentials 
against the organization's security system, or even things like converting 
SOAP/HTTP to Cobol Copybook/MQ. It can be a pretty compelling argument 
when you tell someone that they can do full XML security, schema 
validation, threat prevention, etc., with absolutely no additional cost to 
their application deployment.  (In fact, if it was terminating all the SSL 
connections, there will be a speedup since the transient clients are 
replaced by a persistant HTTPS/1.1 connection.)  And as a hardened 
appliance, you put it in your DMZ.

Hope this helps.

        /r$

--
STSM
Senior Security Architect
DataPower SOA Appliances



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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-2013 All Rights Reserved.