<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>James Allen&apos;s Coldfusion and Internet Technology Blog - Flex</title>
			<link>http://jamesallen.name/index.cfm</link>
			<description>Adventures in Coldfusion and Internet development.</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 17:54:57 +0100</pubDate>
			<lastBuildDate>Fri, 22 Feb 2008 14:41:00 +0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>slingshotuk@googlemail.com</managingEditor>
			<webMaster>slingshotuk@googlemail.com</webMaster>
			
			
			
			
			
			<item>
				<title>Flex applications hanging when using gzip http header / body compression</title>
				<link>http://jamesallen.name/index.cfm/2008/2/22/Flex-applications-hanging-when-using-gzip-http-header--body-compression</link>
				<description>
				
				&lt;p&gt;I just discovered a problem while attempting to use Brian Rinaldi&apos;s excellent &lt;a href=&quot;http://code.google.com/p/cfcgenerator/&quot; target=&quot;_blank&quot;&gt;Illudium PU36 Code Generator&lt;/a&gt; on my development server. It would load up but then after entering my Coldfusion administrator password it would just hang. It always used to work so I realised that something must have changed on my server.&lt;/p&gt;
&lt;p&gt;Upon monitoring the HTTP requests going to the server I noticed that the first request to /flex2gateway/ on the server was hanging. The response header was received, but then it was waiting for the response body that never seemed to arrive.&lt;/p&gt;
&lt;p&gt;After some head scratching I realised that I had implemented gzip http header / body compression on my development server (a filter for the JRun server). As soon as I removed this the code generator started working perfectly.&lt;/p&gt;
&lt;p&gt;This is almost 100% a problem that will affect most Flex apps, so it&apos;s something to look out for if you have any issues with hangs when trying to use Flex.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Disclaimer: As I have only used one Flex application I have not been
able to test the above assertion. If you know of Flex apps that work
with the http compression filter I&apos;m using, please let me know.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The compression filter I am using is GZIP2WayFilter by &lt;a href=&quot;http://www.thomas-bayer.com/downloads/&quot; target=&quot;_blank&quot;&gt;Thomas Bayer&lt;/a&gt;. Apart from the issue with Flex this works very well indeed with compression of CFM templates to crazy sizes.&lt;/p&gt;
				
				</description>
						
				
				<category>Flex</category>				
				
				<pubDate>Fri, 22 Feb 2008 14:41:00 +0100</pubDate>
				<guid>http://jamesallen.name/index.cfm/2008/2/22/Flex-applications-hanging-when-using-gzip-http-header--body-compression</guid>
				
			</item>
			
		 	
			</channel></rss>