<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Major revision of FastCGI/PHP article on IIS.NET</title>
	<atom:link href="http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:19:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: RuslanY Blog</title>
		<link>http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/comment-page-1/#comment-322</link>
		<dc:creator>RuslanY Blog</dc:creator>
		<pubDate>Sat, 21 Feb 2009 04:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/#comment-322</guid>
		<description>&lt;strong&gt;Windows Installer for PHP 5.2.9 RC and PHP 5.3 Beta...&lt;/strong&gt;

I am pleased to let everyone know that PHP development community has made significant improvements to the installer in upcoming PHP releases. In particular a number of bugs have been fixed to make the installer work well with FastCGI extension in IIS 5...</description>
		<content:encoded><![CDATA[<p><strong>Windows Installer for PHP 5.2.9 RC and PHP 5.3 Beta&#8230;</strong></p>
<p>I am pleased to let everyone know that PHP development community has made significant improvements to the installer in upcoming PHP releases. In particular a number of bugs have been fixed to make the installer work well with FastCGI extension in IIS 5&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/comment-page-1/#comment-90</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Thu, 06 Nov 2008 06:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/#comment-90</guid>
		<description>For MaxInstances there is no technical reason for the difference in defaults. One value is not better than the other. For development purposes either of the defaults would work fine. For production deployment you would probably need to fine tune this number anyway to achieve full CPU load.</description>
		<content:encoded><![CDATA[<p>For MaxInstances there is no technical reason for the difference in defaults. One value is not better than the other. For development purposes either of the defaults would work fine. For production deployment you would probably need to fine tune this number anyway to achieve full CPU load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franklin Tse</title>
		<link>http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/comment-page-1/#comment-84</link>
		<dc:creator>Franklin Tse</dc:creator>
		<pubDate>Wed, 05 Nov 2008 02:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/#comment-84</guid>
		<description>Thanks! However, besides the InstanceMaxRequests, the MaxInstances default has also been changed from 10 to 4. Is 4 better than 10?</description>
		<content:encoded><![CDATA[<p>Thanks! However, besides the InstanceMaxRequests, the MaxInstances default has also been changed from 10 to 4. Is 4 better than 10?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/comment-page-1/#comment-81</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Mon, 03 Nov 2008 18:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/#comment-81</guid>
		<description>In our tests we saw that increasing the InstanceMaxRequests improved the performance of FastCGI with PHP slightly. However, if this setting is configured to a value bigger than 500 (PHP&#039;s default for process recycling), then it may conflict with PHP recycling behavior (as described http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/#PHP_Recycling_Behavior). Since the performance difference between InstanceMaxRequests set to 200 vs. 1000 was not significant, but the chances of getting server errors with default value set to 1000 were higher, it was decided to change the default to 200. However it was too late to change it for IIS 6, as the FastCGI extension was about to be shipped then.</description>
		<content:encoded><![CDATA[<p>In our tests we saw that increasing the InstanceMaxRequests improved the performance of FastCGI with PHP slightly. However, if this setting is configured to a value bigger than 500 (PHP&#8217;s default for process recycling), then it may conflict with PHP recycling behavior (as described <a href="http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/#PHP_Recycling_Behavior)" rel="nofollow">http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/#PHP_Recycling_Behavior)</a>. Since the performance difference between InstanceMaxRequests set to 200 vs. 1000 was not significant, but the chances of getting server errors with default value set to 1000 were higher, it was decided to change the default to 200. However it was too late to change it for IIS 6, as the FastCGI extension was about to be shipped then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franklin Tse</title>
		<link>http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/comment-page-1/#comment-78</link>
		<dc:creator>Franklin Tse</dc:creator>
		<pubDate>Sat, 01 Nov 2008 03:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/#comment-78</guid>
		<description>Oops... I forgot to mention that the non-thread-safe installer on http://www.php.net/downloads.php can be used after PHP 5.2.7, which is currently in RC stage, is released. That&#039;s because the issue documented in http://bugs.php.net/bug.php?id=45275 has been fixed.

The installer can install the php-cgi.exe (with Other CGI selected) and allow users to install PHP extensions without any manual modification.

The RC of the installer can be found on http://windows.php.net/qa/</description>
		<content:encoded><![CDATA[<p>Oops&#8230; I forgot to mention that the non-thread-safe installer on <a href="http://www.php.net/downloads.php" rel="nofollow">http://www.php.net/downloads.php</a> can be used after PHP 5.2.7, which is currently in RC stage, is released. That&#8217;s because the issue documented in <a href="http://bugs.php.net/bug.php?id=45275" rel="nofollow">http://bugs.php.net/bug.php?id=45275</a> has been fixed.</p>
<p>The installer can install the php-cgi.exe (with Other CGI selected) and allow users to install PHP extensions without any manual modification.</p>
<p>The RC of the installer can be found on <a href="http://windows.php.net/qa/" rel="nofollow">http://windows.php.net/qa/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franklin Tse</title>
		<link>http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/comment-page-1/#comment-77</link>
		<dc:creator>Franklin Tse</dc:creator>
		<pubDate>Sat, 01 Nov 2008 03:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/2008/10/major-revision-of-fastcgiphp-article-on-iisnet/#comment-77</guid>
		<description>Hello,

I noticed that the default parameter values of the IIS 7.0 FastCGI Module is different from those in the FastCGI Extension for IIS 6.0. Is there any reason for that?

(Also posted at http://forums.iis.net/t/1152607.aspx)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I noticed that the default parameter values of the IIS 7.0 FastCGI Module is different from those in the FastCGI Extension for IIS 6.0. Is there any reason for that?</p>
<p>(Also posted at <a href="http://forums.iis.net/t/1152607.aspx)" rel="nofollow">http://forums.iis.net/t/1152607.aspx)</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
