[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: [Summary] Eager and Just-in-Time loading of XML Schema doc
I just wonder how could consideration of eager or late loading of XML schema documents can significantly affect performance of an entire validation episode. I think, however large the XML document is, the corresponding schema documents are relatively smaller. For example, if an XML element has maxOccurs="unbounded" specification in an XML schema document, then there could potentially be uncountable instances of such elements in corresponding XML documents, which can practically lead to very large XML document sizes. So I think, how could just in time loading of schema documents can improve the overall performance of validation episode. I don't think that, eager loading of XML schema documents of any (or most of) practical XML application retards performance of the whole schema validation episode (since loading of schema documents, and creating grammar objects of most practical XML schema's is a pretty fast and memory optimizing operation). On Sat, Aug 7, 2010 at 7:16 PM, Costello, Roger L. <costello@mitre.org> wrote: > EXPLOITING JUST-IN-TIME LOADING TO ENHANCE PERFORMANCE > > Consider this scenario: > > 1. Your XML document is very large. > > 2. The XML Schemas that will be used to validate the XML document are independent (or, the XML Schemas can be partitioned into independent sets). -- Regards, Mukul Gandhi
[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! 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
|