[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] [Summary] Big hierarchy of XML Schema documents ... which XMLSchema validators bring in the documents on demand?
- From: Richard Salz <rsalz@us.ibm.com>
- To: Michael Kay <mike@saxonica.com>
- Date: Fri, 6 Aug 2010 21:28:59 -0400
> > Is it widespread among products, then, this ability to access
> compiled schemas after initial loading when validating instance
> documents conforming to the same schema? Although I don't know how
> to quantify these improvements (anyone have a reference?), it does
> sound like this capability should address the performance concerns I
described.
> >
>
> I don't know of other products that have this capability.
The DataPower products work this way. XSLT, XSD, WSDL, XACML, etc., files
are compiled to object code the first time they're used (or you can
pre-load the object cache). Then when actually "used" the object code is
executed directly by the CPU(s).
I don't have any comparisons -- we've always done it this way -- but we're
pretty sure it's one of the reasons why DataPower has been so fast.
/r$
--
STSM, WebSphere Appliance Architect
https://www.ibm.com/developerworks/mydeveloperworks/blogs/soma/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]