<?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>Tales from the Datacenter &#187; iis</title>
	<atom:link href="http://www.pburch.com/blog/category/iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pburch.com/blog</link>
	<description>Tales from the Datacenter</description>
	<lastBuildDate>Thu, 10 Jun 2010 17:51:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Windows Web Application Gallery</title>
		<link>http://www.pburch.com/blog/2009/03/18/windows-web-application-gallery/</link>
		<comments>http://www.pburch.com/blog/2009/03/18/windows-web-application-gallery/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 19:48:03 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[iis.net]]></category>
		<category><![CDATA[Windows Web Application Gallery]]></category>

		<guid isPermaLink="false">http://www.pburch.com/blog/?p=133</guid>
		<description><![CDATA[I stumbled across something today I think is pretty cool: the Windows Web Application Gallery.  From iis.net: The Windows Web Application Gallery makes it easy to explore, discover and install popular community ASP.Net and PHP applications on Windows. Users can browse and view applications for different types of Web sites, ranging from photo galleries to [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled across something today I think is pretty cool: the Windows Web Application Gallery.  From <a href="http://learn.iis.net/page.aspx/606/introducing-the-windows-web-application-gallery/" target="_blank">iis.net</a>:</p>
<blockquote><p>The <a href="http://www.microsoft.com/web/gallery">Windows Web Application Gallery</a> makes it easy to explore, discover and install popular community ASP.Net and PHP applications on Windows. Users can browse and view applications for different types of Web sites, ranging from photo galleries to blogs to ecommerce sites.</p>
<p>The Web Application Gallery integrates with the <a href="http://www.microsoft.com/web/downloads/">Web Platform Installer 2.0</a>, so that when a user clicks “Install” for an application, the Web Platform Installer 2.0 launches with context set on the user’s selection. This powerful combination of application discovery and simplified installation makes it easier than ever for community-based applications to run on Windows.</p></blockquote>
<p>This has some neat implications.  For one, developers can have their stuff put out for the whole world to see &#8211; and install in a few clicks.  Another, if you run a web server (like me) that has several blogs on it, this could streamline installing, say, <a href="http://www.wordpress.org" target="_blank">WordPress</a>.  Or <a href="http://gallery.menalto.com/" target="_blank">Gallery</a> for your users.</p>
<p>I don&#8217;t get terribly excited about some stuff Microsoft does, but this is pretty cool.  That is, if it takes off.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2009/03/18/windows-web-application-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActivityTimeout</title>
		<link>http://www.pburch.com/blog/2009/03/12/activitytimeout/</link>
		<comments>http://www.pburch.com/blog/2009/03/12/activitytimeout/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 18:32:48 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[iis]]></category>
		<category><![CDATA[activitytimeout]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[iis7]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php-cgi.exe]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.pburch.com/blog/?p=129</guid>
		<description><![CDATA[I&#8217;ve been trying to get another website I manage to allow me to upload files (usually around 40MB) via the browser so I don&#8217;t have to open up FTP.  The problem, I&#8217;ve been having is something has been going wrong and the upload fails.  Naturally, no real or useful error message is given. Here&#8217;s my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to get another website I manage to allow me to upload files (usually around 40MB) via the browser so I don&#8217;t have to open up FTP.  The problem, I&#8217;ve been having is something has been going wrong and the upload fails.  Naturally, no real or useful error message is given.</p>
<p>Here&#8217;s my setup: IIS7, PHP 5 (using FastCGI).  When I would click the &#8220;Upload&#8221; button from the webpage, things would chug along and eventually fail.  The only thing the browser would say is that the connection had been reset &#8211; which tells me nothing.  Did my ISP have a hiccup?  Did the server shutdown?  Pretty useful, eh?</p>
<p>After trying everything I could find on Google, I tried the simple thing: I changed the ActivityTimeout under FastCGI Settings.  This is defaulted to 120.  Basically, this says that if the php-cgi.exe process doesn&#8217;t talk to IIS for two minutes, timeout.  Well, while the PHP process is processing my upload (the verb IIS uses is &#8220;POST&#8221;), it seems that it doesn&#8217;t talk to IIS, so IIS times it out.  Well, you try uploading a 40MB file from some DSL site in the world and see if you can do it in two minutes.  I know I can&#8217;t.  I changed the timeout to 600 seconds, and now I&#8217;m happily uploading files.</p>
<p>I suppose this could be dangerous if PHP hangs and the process gets stuck.  It might make users wait 10 minutes if something screws up.  I suppose I&#8217;ll tackle that issue if it comes up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2009/03/12/activitytimeout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speedup WordPress on IIS 7.0</title>
		<link>http://www.pburch.com/blog/2009/03/10/speedup-wordpress-on-iis-70/</link>
		<comments>http://www.pburch.com/blog/2009/03/10/speedup-wordpress-on-iis-70/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 13:48:46 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[output caching]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php-cgi.exe]]></category>
		<category><![CDATA[wp super cache]]></category>

		<guid isPermaLink="false">http://www.pburch.com/blog/?p=114</guid>
		<description><![CDATA[Here is a nifty article on speeding up WordPress.  I&#8217;m still not terribly thrilled with the performace on IIS.  I&#8217;m not sure if it&#8217;s the PHP Engine or the database backend now.  I&#8217;ve noticed that php-cgi.exe spikes at 100% when viewing some pages (like http://www.pburch.com/pictures). Anyway, here it is. It gives two options for &#8220;speeding&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a nifty article on speeding up WordPress.  I&#8217;m still not terribly thrilled with the performace on IIS.  I&#8217;m not sure if it&#8217;s the PHP Engine or the database backend now.  I&#8217;ve noticed that php-cgi.exe spikes at 100% when viewing some pages (like http://www.pburch.com/pictures).</p>
<p>Anyway, <a href="http://blogs.iis.net/ruslany/archive/2008/12/23/speed-up-wordpress-on-iis-7-0.aspx" target="_blank">here it is</a>.</p>
<p>It gives two options for &#8220;speeding&#8221; things up: IIS&#8217;s Output Caching and WP Super Cache.  Each have their downsides, but maybe one will work for you (and me).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2009/03/10/speedup-wordpress-on-iis-70/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
