Jul 3
I wrote an article a while back for the now defunct ColdFusion Developers Journal on GZIP'ing dynamic content for free using ColdFusion. I'll be covering the topic in more detail soon, with some updates, and answering some questions people asked me since then. In the mean time, feel free to check out the article, while it is still up.
The article can be found @ http://coldfusion.sys-con.com/read/345934.htm (I hope you are using FireFox and have AdBlock because the web site sucks!).


Jul 4, 2008 at 4:16 AM append _p to the end of the file name (before the extension) to get the much friendlier print version of any sys-con.com page:
http://coldfusion.sys-con.com/read/345934_p.htm
Jul 7, 2008 at 9:16 AM HTTP Compression is great :)
Using apache's mod_deflate with apache is easier and you can also target non-cf content like javascript which often is the bulk of the initial requests
I would be interested to do a performance comparision under load to see if Java beats C ..
http://www.devarticles.com/c/a/Apache/Compressing-Web-Content-with-mod-gzip-and-mod-deflate/