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

Re: Xqueeze: Compact XML Alternative


oracle compact xml format
From: "Mike Champion" <mc@x...>

> Here's just a couple tidbits from today's surfing
> http://www.bea.com/events/webservices/Bosworth_WSRC_Jan03.pdf -- an Adam 
> Bosworth "vision thing" piece.  Note p. 43 about XML databases (and 
> obviously the middleware and applications they support) serving up XML 
> messages/fragments/state thousands of times per second. How sure are we 
> that bandwidth/parsing performance is not a bottleneck in such a scenario?

Databases servers manipulate data in some binary structure. The ideal for performance
is for a database server to offload as much rearranging as possible to the closely-coupled
middleware (i.e., in a typical three-tier architecture).  For example, Oracle's JDBC 
drivers present an standard interface on the middleware, but talk some specific
and presumably efficient way to the database server.  

The traditional architectural answer to when you want to uncouple the front-end
from the back-end it to introduce a middle layer (or front-end processor to the server.)  
Maybe the same is true even of Web Services*: the Web Service runs on
some middleware talking XML to the outside world, and that middleware should
talk some optimized proprietary code to its (tightly-coupled) server, with the interface
to the Database at the server being document objects (or whatever XML-ish thing 
is needed.)

This is why I am a little puzzled by public standard binary formats: the strategy
needs to be to offload processing to a FEP or middleware server, and that needs
to be tightly coupled to the binary particulars of the database system.  Which is
not to say that binary format X might not be just what the doctor ordered for
tightly-coupled server->middleware protocol from vendor Y.  

Which makes me wonder whether one of the value of binary formats is to provide a greater
range of solutions to developers of tightly-coupled, probably-proprietary protocols?

Cheers
Rick Jelliffe

* and individual filters in a distributed pipeline

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.