<?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>Kanwaljeet Singla &#187; FastCGI</title>
	<atom:link href="http://www.ksingla.net/tag/fastcgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ksingla.net</link>
	<description>Windows, IIS, PHP and more</description>
	<lastBuildDate>Thu, 04 Aug 2011 08:24:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Podcast on Running PHP on Windows</title>
		<link>http://www.ksingla.net/2010/06/podcast-on-running-php-on-windows/</link>
		<comments>http://www.ksingla.net/2010/06/podcast-on-running-php-on-windows/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 18:36:19 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[WebPI]]></category>
		<category><![CDATA[WinCache]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=288</guid>
		<description><![CDATA[Peter Laudati &#38; Dmitry Lyalin host the edu-training Connected Show developer podcast on cloud computing and interoperability. I met Peter in Chicago during Tek-X and we along with Don and Wade recorded a podcast on evolution of PHP on the Windows Platform. We talked about the improvements made to Windows in order to support PHP, [...]]]></description>
		<wfw:commentRss>http://www.ksingla.net/2010/06/podcast-on-running-php-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Goodness of dynamic maxInstances in FastCGI</title>
		<link>http://www.ksingla.net/2010/05/goodness-of-dynamic-maxinstances-in-fastcgi/</link>
		<comments>http://www.ksingla.net/2010/05/goodness-of-dynamic-maxinstances-in-fastcgi/#comments</comments>
		<pubDate>Mon, 03 May 2010 21:12:04 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FastCGI]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=217</guid>
		<description><![CDATA[One of the major pain points in FastCGI 1.0 was that users were required to set maxInstances to a number which works best for their application. Many users didn&#8217;t tune this value and were running FastCGI with default value of maxInstances which didn&#8217;t give them optimal performance. We recommended users to set maxInstances to (10 [...]]]></description>
		<wfw:commentRss>http://www.ksingla.net/2010/05/goodness-of-dynamic-maxinstances-in-fastcgi/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to add traces to IIS log from PHP</title>
		<link>http://www.ksingla.net/2010/04/how-to-add-traces-to-iis-log-from-php/</link>
		<comments>http://www.ksingla.net/2010/04/how-to-add-traces-to-iis-log-from-php/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 03:08:24 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[SourceCode]]></category>
		<category><![CDATA[Tracing]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=210</guid>
		<description><![CDATA[One of the new features added to FastCGI module in IIS 7.5 is ability to use IIS tracing infrastructure from FastCGI applications. This feature request was made by a customer who wanted to consolidate logging of the request processing in one log. All IIS events were present in IIS trace logs but traces generated by [...]]]></description>
		<wfw:commentRss>http://www.ksingla.net/2010/04/how-to-add-traces-to-iis-log-from-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Application specific mapping in FastCGI ISAPI 1.5</title>
		<link>http://www.ksingla.net/2010/02/application-specific-mapping-in-fastcgi-isapi-1-5/</link>
		<comments>http://www.ksingla.net/2010/02/application-specific-mapping-in-fastcgi-isapi-1-5/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 03:25:49 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FastCGI]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=191</guid>
		<description><![CDATA[IIS team recently released FastCGI ISAPI 1.5 for IIS 5.1 and IIS 6.0. One of the major new features added in this release is per application process pools. Per application process pools allow users to specify a unique FastCGI mapping for a particular web application in fcgiext.ini. Using this functionality administrators can now choose to [...]]]></description>
		<wfw:commentRss>http://www.ksingla.net/2010/02/application-specific-mapping-in-fastcgi-isapi-1-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating FastCGI configuration from IIS 5.1/6.0 to IIS 7.0/7.5</title>
		<link>http://www.ksingla.net/2009/09/migrating_fastcgi_configuration_from_iis51_60_to_iis70_75/</link>
		<comments>http://www.ksingla.net/2009/09/migrating_fastcgi_configuration_from_iis51_60_to_iis70_75/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 19:18:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[MSDeploy]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=51</guid>
		<description><![CDATA[<p><span style="font-size: 8px"><span style="font-family: arial, helvetica, sans-serif"><strong><font face="Calibri" size="3">Problem</font></strong></span></span></p>
<p><font face="Calibri" size="3">As you know FastCGI functionality on IIS 5.1 and IIS 6.0 is provided by </font><a href="http://www.iis.net/extensions/FastCGI" mce_href="http://www.iis.net/extensions/FastCGI"><font color="#0000ff" face="Calibri" size="3">FastCGI ISAPI</font></a><font face="Calibri" size="3"> extension which is available as an independent download. On IIS 7.0 and beyond, FastCGI functionality is provided by IIS </font><a href="http://www.iis.net/ConfigReference/system.webServer/fastCgi" mce_href="http://www.iis.net/ConfigReference/system.webServer/fastCgi"><font face="Calibri" size="3">FastCGI module</font></a><font size="3"><font face="Calibri"> which comes with the operating system.</font></font></p>]]></description>
		<wfw:commentRss>http://www.ksingla.net/2009/09/migrating_fastcgi_configuration_from_iis51_60_to_iis70_75/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting both FastCGI module and AppPool CPULimit to work</title>
		<link>http://www.ksingla.net/2009/07/getting_both_fastcgi_module_and_apppool_cpulimit_to_work/</link>
		<comments>http://www.ksingla.net/2009/07/getting_both_fastcgi_module_and_apppool_cpulimit_to_work/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 05:29:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[CPULimit]]></category>
		<category><![CDATA[FastCGI]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=53</guid>
		<description><![CDATA[<p><font size="3"><font face="Calibri">FastCGI module available in IIS 7.0 did not work when CPULimit for the application pool was enabled. This was because when CPULimit feature was enabled WAS uses job objects to track CPU usage of worker processes. WAS keeps a job object for each application pool and all worker processes which belong to that application pool are made part of that job object. FastCGI module uses job objects to make sure that there are no orphan child processes left when worker process goes away. Note that FastCGI requires a per process job object while WAS requires a per application pool job object. For this reason, it was not possible to make WAS take care of killing FastCGI child processes when worker process dies.]]></description>
		<wfw:commentRss>http://www.ksingla.net/2009/07/getting_both_fastcgi_module_and_apppool_cpulimit_to_work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FastCGI ISAPI 1.5 Beta for WinXP and Win2K3</title>
		<link>http://www.ksingla.net/2009/04/fastcgi_isapi_15_beta_for_winxp_and_win2k3/</link>
		<comments>http://www.ksingla.net/2009/04/fastcgi_isapi_15_beta_for_winxp_and_win2k3/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 11:39:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FastCGI]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=54</guid>
		<description><![CDATA[<p><font size="3" face="Calibri">IIS team today released FastCGI ISAPI 1.5 Beta for WinXP and Win2K3 which has some very nice additions to existing FastCGI ISAPI functionality. Following additions have been made to </font><a mce_href="http://blogs.iis.net/wadeh/archive/2007/03/02/first-post-fastcgi-settings-for-iis-5-1-6.aspx" href="http://blogs.iis.net/wadeh/archive/2007/03/02/first-post-fastcgi-settings-for-iis-5-1-6.aspx"><font color="#0000ff" size="3" face="Calibri">FastCGI ISAPI 1.0</font></a><font size="3"><font face="Calibri">.<o:p></o:p></font></font></p>]]></description>
		<wfw:commentRss>http://www.ksingla.net/2009/04/fastcgi_isapi_15_beta_for_winxp_and_win2k3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improvements to FastCGI in IIS 7.5</title>
		<link>http://www.ksingla.net/2009/01/improvements_to_fastcgi_in_iis75/</link>
		<comments>http://www.ksingla.net/2009/01/improvements_to_fastcgi_in_iis75/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 10:10:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FastCGI]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=59</guid>
		<description><![CDATA[<p><font size="3"><font face="Calibri">Following improvements have been made to FastCGI module in Win7 (and Win2K8 R2).</font></font></p>
<p><b>1. Monitor changes to a file</b></p>
<p>We have added ability to monitor changes to a file for each FastCGI process pool. Module will recycle FastCGI processes for the process pool if a change to the file is detected.</p>]]></description>
		<wfw:commentRss>http://www.ksingla.net/2009/01/improvements_to_fastcgi_in_iis75/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

