<?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>php&#124;architect - The site for PHP professionals &#187; wincache</title>
	<atom:link href="http://www.phparch.com/tag/wincache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phparch.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Webcast: Making PHP faster on IIS</title>
		<link>http://www.phparch.com/2010/05/webcast-making-php-faster-on-iis/</link>
		<comments>http://www.phparch.com/2010/05/webcast-making-php-faster-on-iis/#comments</comments>
		<pubDate>Fri, 14 May 2010 15:22:18 +0000</pubDate>
		<dc:creator>Cal Evans</dc:creator>
				<category><![CDATA[podcast]]></category>
		<category><![CDATA[fastCGI]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Mark Brown]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ruslan Yakushev]]></category>
		<category><![CDATA[wincache]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.phparch.com/?p=5426</guid>
		<description><![CDATA[In this session Mark Brown and Ruslan Yakushev will talk about the work being done at Microsoft to increase the performance of PHP applications on Windows and IIS.]]></description>
			<content:encoded><![CDATA[<p>In this session Mark Brown and Ruslan Yakushev will talk about the work being done at Microsoft to increase the performance of PHP applications on Windows and IIS. This includes some recent advancements with the FastCGI module that enables PHP to run on Windows and IIS as well as soon to be released WinCache 1.1 that is going even further to provide PHP applications exceptional performance on the Windows and IIS platform.</p>
<p>This is part of the spring <a href="http://www.phparch.com/tek%C2%B7x-webcast-series/">TEK·X webcast series</a> and is sponsored by Microsoft and hosted by php|architect.</p>
<p><a href="http://www.microsoft.com/web/WebSiteSpark/NetworkPartner/Default.aspx"><img src="http://www.phparch.com/files/2010/02/mslogo-tek-talk-submission-e1267110696467.png" alt="" title="mslogo-tek-talk-submission" class="size-full wp-image-3911" height="41" width="250"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phparch.com/2010/05/webcast-making-php-faster-on-iis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://mtadata.s3.amazonaws.com/podcasts/20100514_Making_PHP_faster_on_IIS.mp4" length="51832633" type="video/mp4" />
		</item>
		<item>
		<title>WinCache 1.1 Beta introduces user caching, session handler</title>
		<link>http://www.phparch.com/2010/03/wincache-1-1-beta-introduces-user-caching-session-handler/</link>
		<comments>http://www.phparch.com/2010/03/wincache-1-1-beta-introduces-user-caching-session-handler/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 18:11:06 +0000</pubDate>
		<dc:creator>Cal Evans</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ruslan Yakushev]]></category>
		<category><![CDATA[wincache]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.phparch.com/?p=4262</guid>
		<description><![CDATA[Microsoft continues its commitment to PHP on Windows with the latest release of its opcode cache, WinCache. WinCache 1.1-Beta adds new features to this growing project.]]></description>
			<content:encoded><![CDATA[<p><a href="http://beta.phparch.com/wp-content/uploads/2010/03/iis.png"><img class="alignleft size-full wp-image-4268" title="iis" src="http://beta.phparch.com/wp-content/uploads/2010/03/iis.png" alt="" width="138" height="68" /></a>Ruslan Yakushev (Microsoftie extraordinaire and personal friend) has announced the release of  <a href="http://blogs.iis.net/ruslany/archive/2010/03/04/more-performance-improvements-in-wincache-1-1-beta.aspx">WinCache released version 1.1 Beta</a>. For those not familiar with the project, WinCache is an opcode cache like APC, but for use with IIS/PHP on Windows. WinCache, which was initially released last year, is an official Microsoft project and part of their ongoing effort to make PHP a first class citizen on Windows.</p>
<p>There is no doubt that WinCache does speed up PHP performance on Windows—this author performed a <a href="http://blog.calevans.com/2009/09/06/wincache/">preliminary review of WinCache 1.0</a> and, later on, Dutch consulting firm Ibuildings released a more <a href="http://techportal.ibuildings.com/2009/11/19/php-on-windows-the-wincache-1-0-benchmark/">extensive WinCache analysis</a>. Both those posts show significant performance gains and an overall favourable impression from the reviewers.</p>
<p>Not satisfied with just being faster, Ruslan has been working on WinCache since it&#8217;s initial release and now has 1.1 ready to everyone test. This latest version introduces two important new features to the mix: user cache API’s and the WinCache session handler.</p>
<p>With the addition of these two features (described in more detail in Ruslan&#8217;s announcement) WinCache is becoming a serious tool for anyone deploying PHP applications on Windows.</p>
<p>The new extension can be <a href="http://www.iis.net/expand/wincacheforphp">downloaded from the official IIS site</a>, while its source code is <a href="http://pecl.php.net/package/WinCache/1.1.0">available directly from PECL</a>. Microsoft also maintains the <a href="http://forums.iis.net/1164.aspx">WinCache Community Forums</a>, where you can learn more about WinCache and talk to users deploying it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phparch.com/2010/03/wincache-1-1-beta-introduces-user-caching-session-handler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

