On CHOW: Why do onions make you cry?
BNET Business Network:
BNET
TechRepublic
ZDNet
TalkBack 4 of 13:
Next »
« Previous
not enough
Compressing internet traffic is already a common approach. Decompression time vs transfer time is no contest. Modern CPU's can decompress in the blink of an eye compared to transfer rates. The solution is not in simple compression.

One problem is that each time you have a "name" in XML you have a tag . The tag is required for us mortals but redundant to the computer. Compare this to a simple table. For each data type, you only have one "tag" or label for any number of elements. You need a header that contains field widths and data types and the rest is just pure data - not so with XML. However, since XML is a tree structure, there is more than one way to convert it to remove the redundant tags. A java type byte code for XML would be one approach.

Images are yet another problem. One might propose that XML only contain links to images but that would require that the image exist somewhere on a server. If you encode the binary image into text, compress it, uncompress it, decode it, I'm not sure if you'll save bandwidth or time.
Posted by: gsbtech   Posted on: 01/13/05 You are currently: a Guest | Members login | Terms of Use

Alert moderator to an offensive message

Subscribe to this discussion via Email or RSS

Easy technically, but still needs thought  bjcollin | 01/13/05
Not the only problem.  doe_z | 01/13/05
Why not have both?  Argot | 01/13/05
not enough  gsbtech | 01/13/05
To the next level then  bjcollin | 01/13/05
Oooh, too late!  Roger Ramjet | 01/13/05
Actually, Roger...  Yen_z | 01/13/05
Alternatives to binary XML  Argot | 01/13/05
ASN.1 has been around for a million years and translates back and fore  hipparchus2000 | 01/13/05
Simple Solution to XML Compression  mike@... | 01/14/05
XML Compression  jpshade@... | 01/14/05
ASN.1  ivap@... | 01/14/05
Adding a new protocol  dlenoir@... | 01/14/05

What do you think?

SponsoredWhite Papers, Webcasts, and Downloads

advertisement
advertisement

Meet Doc