<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jan Mészáros &#187; IIS</title>
	<atom:link href="http://www.meszaros.cz/tag/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meszaros.cz</link>
	<description>reflections on technology and society</description>
	<lastBuildDate>Fri, 18 Jun 2010 18:47:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Apache as proxy for IIS 7</title>
		<link>http://www.meszaros.cz/2009/11/apache-as-proxy-for-iis-7/</link>
		<comments>http://www.meszaros.cz/2009/11/apache-as-proxy-for-iis-7/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:55:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.meszaros.cz/?p=114</guid>
		<description><![CDATA[Believe or not, a large scale AJAX application running on IIS 7 caused fragmentation issues at transport layer causing "connection timeout" error on the client side. An AJAX HTTP request passed to the IIS, which generated a proper response. The response was split to insufficient number of frames in the Windows net core: several frames [...]]]></description>
			<content:encoded><![CDATA[<p>Believe or not, a large scale AJAX application running on IIS 7 caused fragmentation issues at transport layer causing "connection timeout" error on the client side. An AJAX HTTP request passed to the IIS, which generated a proper response. The response was split to insufficient number of frames in the Windows net core: several frames were sent to client, but several frames were never send (and probably never generated).</p>
<p>The only practicable fix was to use Apache web server as proxy between the client and the IIS. There were no fragmentation issues and no timeout errors on the client side since applying and texting the proxy fix.</p>
<p>Apache rocks.</p>]]></content:encoded>
			<wfw:commentRss>http://www.meszaros.cz/2009/11/apache-as-proxy-for-iis-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
