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

ANN: A brief introduction to streams ... plus a stream library

  • From: "Costello, Roger L." <costello@mitre.org>
  • To: "xml-dev@lists.xml.org" <xml-dev@lists.xml.org>
  • Date: Sat, 11 Sep 2010 14:34:48 -0400

ANN: A brief introduction to streams ... plus a stream library
Hi Folks,

Lately I have been digging into streams and am really excited about it. I would like to share what I've learned. 

I wrote a short article on streams. Also, I created a simple stream library so that I (and you) can use it to create stream programs today.

Here are the first few paragraphs of my article:

INTRODUCTION

Streams have the potential to take XML to the next level by facilitating the processing of
huge XML documents.

A stream is a sequence of data. For example, a series of bank deposits and withdrawals is
a stream. The sequence of integers between 10,000 and 100,000,000 is a stream. There
may even be infinite streams.

What distinguishes a stream from an ordinary sequence is delayed evaluation. The idea is
this: construct a stream only partially and pass the partial construction to the program that
consumes the stream. If the consumer attempts to access a part of the stream that has not
yet been constructed, the stream will automatically construct just enough more to produce
the required part, thus preserving the illusion that the entire stream exists.

More ... http://www.xfront.com/stream/streams.pdf 

/Roger


[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.