[Home] [By Thread] [By Date] [Recent Entries]

  • From: David Megginson <ak117@f...>
  • To: "XML Developers' List" <xml-dev@i...>
  • Date: Mon, 20 Apr 98 14:48:05 EDT

David Brownell writes:

 > I'd probably not split a real application in that particular way,
 > though.  The latency penalty for lots of fine grained syntax
 > callbacks hurts, and distributed systems are generally designed to
 > ship bulk data (such as an XML message) and process it locally
 > (such as parse, interpret, respond to some purchase order in XML
 > while updating several databases).  HTTP is only one of the more
 > visible examples of that trend.

This wouldn't be too much of a problem with a remote character or byte
stream, especially since we've removed the single-character and
single-byte read().  AElfred, for example, slurps up 32K at a time
into its read buffer.

By the way, Java is simply the initial implementation for SAX, but it
is not intended to be the only one.  Ideally, I should have used
OMG-IDL from the start, but many more people understand (and can use)
Java, so I started there.  Several people have offered to write
OMG-IDL versions of the interfaces as soon as we're done defining
them.  There is already a Python implementation of an early draft of
the SAX interface, and I might take a stab at the C++ version myself.


All the best,


David

-- 
David Megginson                 ak117@f...
Microstar Software Ltd.         dmeggins@m...
      http://home.sprynet.com/sprynet/dmeggins/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member