<?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: Windows Cache Extension 1.0 for PHP &#8211; Beta</title>
	<atom:link href="http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/</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/2009/09/windows-cache-extension-1-0-for-php-beta/comment-page-1/#comment-1391</link>
		<dc:creator>RuslanY Blog</dc:creator>
		<pubDate>Tue, 20 Oct 2009 05:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=528#comment-1391</guid>
		<description>&lt;strong&gt;Windows Cache Extension 1.0 for PHP &#8211; RC...&lt;/strong&gt;

The Windows Cache Extension 1.0 for PHP &#8211; Release Candidate is available for download. The release contains functionality and stability improvements and it is believed to have the quality level suitable for production deployments.
Install the Win...</description>
		<content:encoded><![CDATA[<p><strong>Windows Cache Extension 1.0 for PHP &#8211; RC&#8230;</strong></p>
<p>The Windows Cache Extension 1.0 for PHP &#8211; Release Candidate is available for download. The release contains functionality and stability improvements and it is believed to have the quality level suitable for production deployments.<br />
Install the Win&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CMI Web Studio - Blog</title>
		<link>http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/comment-page-1/#comment-1387</link>
		<dc:creator>CMI Web Studio - Blog</dc:creator>
		<pubDate>Sun, 18 Oct 2009 20:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=528#comment-1387</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/comment-page-1/#comment-1359</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Tue, 06 Oct 2009 17:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=528#comment-1359</guid>
		<description>@Jamal: IIS Cache and WinCache are two different things. IIS Cache is a static cache - it caches the output of the PHP script so that for next request the cached version is served without even involving PHP into the request. This has its drawbacks because with IIS cache you loose the dynamic nature of the PHP application. For example if you have a page counter on your HTML page or if somebody submits a comment to the blog - user will not see any changes to the page until the IIS Cache refreshes. 
WinCache is different in that it does not cache the output of the PHP scrtipt, but instead it caches the compiled PHP code so that it takes less time for subsequent requests to be processed. Because of that you do not loose any of the dynamic features of you PHP application. 
If you do not want to loose the dynamic features then you should use WinCache without IIS Cache. If that is not too important then you can try IIS Cache. You can use them together also.</description>
		<content:encoded><![CDATA[<p>@Jamal: IIS Cache and WinCache are two different things. IIS Cache is a static cache &#8211; it caches the output of the PHP script so that for next request the cached version is served without even involving PHP into the request. This has its drawbacks because with IIS cache you loose the dynamic nature of the PHP application. For example if you have a page counter on your HTML page or if somebody submits a comment to the blog &#8211; user will not see any changes to the page until the IIS Cache refreshes.<br />
WinCache is different in that it does not cache the output of the PHP scrtipt, but instead it caches the compiled PHP code so that it takes less time for subsequent requests to be processed. Because of that you do not loose any of the dynamic features of you PHP application.<br />
If you do not want to loose the dynamic features then you should use WinCache without IIS Cache. If that is not too important then you can try IIS Cache. You can use them together also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamal Zhalka</title>
		<link>http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/comment-page-1/#comment-1358</link>
		<dc:creator>Jamal Zhalka</dc:creator>
		<pubDate>Tue, 06 Oct 2009 11:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=528#comment-1358</guid>
		<description>Hi

can I use this with IIS cache , or this extension is enough for the job</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>can I use this with IIS cache , or this extension is enough for the job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Community News: PHP Cache Accelerator for Windows &#124; PHP</title>
		<link>http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/comment-page-1/#comment-1225</link>
		<dc:creator>Community News: PHP Cache Accelerator for Windows &#124; PHP</dc:creator>
		<pubDate>Fri, 04 Sep 2009 16:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=528#comment-1225</guid>
		<description>[...] works with the Web Platform Installer and IIS versions 7.5, 7.0, 6.5 and 5.1. Ruslan Yakushev has blogged a bit more information about the extension noting that it only works with non-thread-safe builds of PHP and IIS needs to [...]</description>
		<content:encoded><![CDATA[<p>[...] works with the Web Platform Installer and IIS versions 7.5, 7.0, 6.5 and 5.1. Ruslan Yakushev has blogged a bit more information about the extension noting that it only works with non-thread-safe builds of PHP and IIS needs to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Community News: PHP Cache Accelerator for Windows &#124; Webs Developer</title>
		<link>http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/comment-page-1/#comment-1223</link>
		<dc:creator>Community News: PHP Cache Accelerator for Windows &#124; Webs Developer</dc:creator>
		<pubDate>Fri, 04 Sep 2009 13:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=528#comment-1223</guid>
		<description>[...] works with the Web Platform Installer and IIS versions 7.5, 7.0, 6.5 and 5.1. Ruslan Yakushev has blogged a bit more information about the extension noting that it only works with non-thread-safe builds of PHP and IIS needs to [...]</description>
		<content:encoded><![CDATA[<p>[...] works with the Web Platform Installer and IIS versions 7.5, 7.0, 6.5 and 5.1. Ruslan Yakushev has blogged a bit more information about the extension noting that it only works with non-thread-safe builds of PHP and IIS needs to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly Web Nuggets #74 : Code Monkey Labs</title>
		<link>http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/comment-page-1/#comment-1216</link>
		<dc:creator>Weekly Web Nuggets #74 : Code Monkey Labs</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=528#comment-1216</guid>
		<description>[...] Windows Cache Extensions 1.0 for PHP - Beta: PHP on IIS7 just gets better and better.Ruslan Yakushev announces the beta release of a drop-in PHP accelerator for Windows. Be sure to check out his post about increasing the number of PHP instances, too. [...]</description>
		<content:encoded><![CDATA[<p>[...] Windows Cache Extensions 1.0 for PHP &#8211; Beta: PHP on IIS7 just gets better and better.Ruslan Yakushev announces the beta release of a drop-in PHP accelerator for Windows. Be sure to check out his post about increasing the number of PHP instances, too. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RuslanY Blog</title>
		<link>http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/comment-page-1/#comment-1211</link>
		<dc:creator>RuslanY Blog</dc:creator>
		<pubDate>Thu, 03 Sep 2009 00:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=528#comment-1211</guid>
		<description>&lt;strong&gt;Windows Cache Extension for PHP and CPU usage...&lt;/strong&gt;

The FastCGI module in IIS has a configuration setting maxInstances, which controls the number of concurrently running php-cgi.exe processes that IIS creates to process PHP requests. To achieve optimal performance, it is recommended to fine tune this se...</description>
		<content:encoded><![CDATA[<p><strong>Windows Cache Extension for PHP and CPU usage&#8230;</strong></p>
<p>The FastCGI module in IIS has a configuration setting maxInstances, which controls the number of concurrently running php-cgi.exe processes that IIS creates to process PHP requests. To achieve optimal performance, it is recommended to fine tune this se&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Festuc</title>
		<link>http://ruslany.net/2009/09/windows-cache-extension-1-0-for-php-beta/comment-page-1/#comment-1210</link>
		<dc:creator>Festuc</dc:creator>
		<pubDate>Wed, 02 Sep 2009 19:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=528#comment-1210</guid>
		<description>Ping Back from: http://www.elstir.com/contenido/pruebas-de-rendimiento-php-benchmark</description>
		<content:encoded><![CDATA[<p>Ping Back from: <a href="http://www.elstir.com/contenido/pruebas-de-rendimiento-php-benchmark" rel="nofollow">http://www.elstir.com/contenido/pruebas-de-rendimiento-php-benchmark</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
