<?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: Slides and Questions from PHP on Windows Webcast</title>
	<atom:link href="http://ruslany.net/2010/04/slides-and-questions-from-php-on-windows-webcast/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruslany.net/2010/04/slides-and-questions-from-php-on-windows-webcast/</link>
	<description>IIS, FastCGI, PHP and other interesting stuff</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:10:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ruslany</title>
		<link>http://ruslany.net/2010/04/slides-and-questions-from-php-on-windows-webcast/comment-page-1/#comment-1922</link>
		<dc:creator>ruslany</dc:creator>
		<pubDate>Wed, 28 Apr 2010 20:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=737#comment-1922</guid>
		<description>The thread-safe version of PHP will work fine with FastCGI. The reason we recommend to use non-thread-safe build is because it all the thread safety checks are not necessary when using FastCGI. The non-thread-safe build does not have any of those thread safety checks and hence runs faster.

The important thing to note also is that the WinCache extension for PHP works only with non-thread-safe build of PHP.</description>
		<content:encoded><![CDATA[<p>The thread-safe version of PHP will work fine with FastCGI. The reason we recommend to use non-thread-safe build is because it all the thread safety checks are not necessary when using FastCGI. The non-thread-safe build does not have any of those thread safety checks and hence runs faster.</p>
<p>The important thing to note also is that the WinCache extension for PHP works only with non-thread-safe build of PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frodo</title>
		<link>http://ruslany.net/2010/04/slides-and-questions-from-php-on-windows-webcast/comment-page-1/#comment-1919</link>
		<dc:creator>Frodo</dc:creator>
		<pubDate>Tue, 27 Apr 2010 20:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://ruslany.net/?p=737#comment-1919</guid>
		<description>Hi, I have a question about the webinar. Why should we use non thread safe PHP with FastCGI? I have been using thread-safe PHP with FastCGI in many years without any problem.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, I have a question about the webinar. Why should we use non thread safe PHP with FastCGI? I have been using thread-safe PHP with FastCGI in many years without any problem.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

