<?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; CPULimit</title>
	<atom:link href="http://www.ksingla.net/tag/cpulimit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ksingla.net</link>
	<description>Windows, IIS, PHP and more</description>
	<lastBuildDate>Thu, 10 Jun 2010 20:38:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>
	</channel>
</rss>
