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

RE: Why not just zip the XML? [was the MS FUD thread]


xml stream compression
Michael Champion wrote:
> compression is a way people TRY to improve latency, 
> but it seldom works well except for the hardware-based 
> streaming compression built into modems, etc.  
	One big problem is that people often implement compression
improperly. For instance, even when they are using a stream
compression scheme, what they will do is buffer until they have
received all of the compressed data and then they will do the
decompression in a single operation. The result is both higher memory
useage and increased latency. Not good.
	In fact, using a stream compression algorithm in "batch mode"
can often result  in lower compression than if you had chosen a
compression algorithm which is optimized for "batch mode."
	The "correct" way to do things, for many applications, is to
decompress the stream as it dribbles through your sockets. However,
since this takes a bit more care in coding, requires more bookeeping,
etc. Coders often don't do it right even if they know that they are
making a mistake. Often, I've seen people say: "I did it this way to
make it work and I'll go back and fix it later..." But, they never do.

		bob wyman


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.