<?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 for Brandon&#039;s Blog</title>
	<atom:link href="http://www.brandonturner.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonturner.net/blog</link>
	<description>Random thoughts on web applications, software development and Linux</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:12:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on FastCGI with a PHP APC Opcode Cache by Eric</title>
		<link>http://www.brandonturner.net/blog/2009/07/fastcgi_with_php_opcode_cache/comment-page-1/#comment-7181</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 28 Jul 2010 18:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=320#comment-7181</guid>
		<description>Thanks a lot for this tutorial !

I&#039;ve lost some hours trying to figure why my apc cache was restarted every request (apc.php show me uptime 0 and the start time was always the current time.)

It was because I wrote &quot;FastCgiConfig ...&quot; line after the line &quot;FastCgiWrapper on&quot; in the config ...

Perhaps this tip will help some people ;)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this tutorial !</p>
<p>I&#8217;ve lost some hours trying to figure why my apc cache was restarted every request (apc.php show me uptime 0 and the start time was always the current time.)</p>
<p>It was because I wrote &#8220;FastCgiConfig &#8230;&#8221; line after the line &#8220;FastCgiWrapper on&#8221; in the config &#8230;</p>
<p>Perhaps this tip will help some people <img src='http://www.brandonturner.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastCGI with a PHP opcode cache benchmarks by sina</title>
		<link>http://www.brandonturner.net/blog/2009/07/fastcgi_php_opcode_cache_benchmarks/comment-page-1/#comment-7180</link>
		<dc:creator>sina</dc:creator>
		<pubDate>Mon, 26 Jul 2010 14:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=377#comment-7180</guid>
		<description>Thanks again, I think i&#039;m justified to give it a try on one of my servers.
I&#039;ll let you know if i succeed</description>
		<content:encoded><![CDATA[<p>Thanks again, I think i&#8217;m justified to give it a try on one of my servers.<br />
I&#8217;ll let you know if i succeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastCGI with a PHP APC Opcode Cache by sina</title>
		<link>http://www.brandonturner.net/blog/2009/07/fastcgi_with_php_opcode_cache/comment-page-1/#comment-7179</link>
		<dc:creator>sina</dc:creator>
		<pubDate>Mon, 26 Jul 2010 14:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=320#comment-7179</guid>
		<description>Excellent article Brandon, Thanks.
I can wait to read your next article about benchmarks</description>
		<content:encoded><![CDATA[<p>Excellent article Brandon, Thanks.<br />
I can wait to read your next article about benchmarks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Gentoo 2008.0 amd64 on a Linode VPS by Mark</title>
		<link>http://www.brandonturner.net/blog/2009/02/install-gentoo-amd64-linode/comment-page-1/#comment-7178</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 24 Jul 2010 18:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=14#comment-7178</guid>
		<description>Well, this is an old entry that looks like it&#039;s been refreshed. In either case, we (www.vr.org) / Host Virtual have offered native ipv6 for the past year+ in multiple locations, and always have the latest Gentoo image available, via both PV or Xen HVM (Fully Virtualized) images. We&#039;ll also meet Linode pricing, so give us a second look if you&#039;re interested.</description>
		<content:encoded><![CDATA[<p>Well, this is an old entry that looks like it&#8217;s been refreshed. In either case, we (www.vr.org) / Host Virtual have offered native ipv6 for the past year+ in multiple locations, and always have the latest Gentoo image available, via both PV or Xen HVM (Fully Virtualized) images. We&#8217;ll also meet Linode pricing, so give us a second look if you&#8217;re interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastCGI with a PHP APC Opcode Cache by Brandon</title>
		<link>http://www.brandonturner.net/blog/2009/07/fastcgi_with_php_opcode_cache/comment-page-1/#comment-7177</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Mon, 19 Jul 2010 18:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=320#comment-7177</guid>
		<description>This is still the method I use.  On some boxes I run the fastcgi php processes externally via a process watcher such as daemontools, but it&#039;s still the same general idea.

Typical shared hosting providers oversell which would prohibit them from dedicating the ram needed to support opcode caches per user.  I&#039;m sure some companies are doing it, but I can&#039;t imagine it will ever be the &quot;norm&quot;.</description>
		<content:encoded><![CDATA[<p>This is still the method I use.  On some boxes I run the fastcgi php processes externally via a process watcher such as daemontools, but it&#8217;s still the same general idea.</p>
<p>Typical shared hosting providers oversell which would prohibit them from dedicating the ram needed to support opcode caches per user.  I&#8217;m sure some companies are doing it, but I can&#8217;t imagine it will ever be the &#8220;norm&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastCGI with a PHP APC Opcode Cache by joshua</title>
		<link>http://www.brandonturner.net/blog/2009/07/fastcgi_with_php_opcode_cache/comment-page-1/#comment-7176</link>
		<dc:creator>joshua</dc:creator>
		<pubDate>Mon, 19 Jul 2010 18:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=320#comment-7176</guid>
		<description>&lt;a href=&quot;#comment-6070&quot; rel=&quot;nofollow&quot;&gt;@Brandon&lt;/a&gt; 
I know this post was written a while ago.  Do you have any updates to add or is this still the defacto method?

Seems in 2010 this should have been figured out without jumping thru hoops.  A shared hosting enviro should be secure and utilize a opcode. Hard to believe there is not an out of the box setup.</description>
		<content:encoded><![CDATA[<p><a href="#comment-6070" rel="nofollow">@Brandon</a><br />
I know this post was written a while ago.  Do you have any updates to add or is this still the defacto method?</p>
<p>Seems in 2010 this should have been figured out without jumping thru hoops.  A shared hosting enviro should be secure and utilize a opcode. Hard to believe there is not an out of the box setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Doctrine 1.1 with Symfony 1.2 by cloudsrv</title>
		<link>http://www.brandonturner.net/blog/2009/05/doctrine11-with-symfony12/comment-page-1/#comment-7175</link>
		<dc:creator>cloudsrv</dc:creator>
		<pubDate>Tue, 06 Jul 2010 12:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=270#comment-7175</guid>
		<description>Mariano</description>
		<content:encoded><![CDATA[<p>Mariano</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Doctrine 1.1 with Symfony 1.2 by cloudsrv</title>
		<link>http://www.brandonturner.net/blog/2009/05/doctrine11-with-symfony12/comment-page-1/#comment-7174</link>
		<dc:creator>cloudsrv</dc:creator>
		<pubDate>Mon, 05 Jul 2010 10:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=270#comment-7174</guid>
		<description>Nice one... did not know that. thx</description>
		<content:encoded><![CDATA[<p>Nice one&#8230; did not know that. thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastCGI with a PHP APC Opcode Cache by João Santana</title>
		<link>http://www.brandonturner.net/blog/2009/07/fastcgi_with_php_opcode_cache/comment-page-1/#comment-7173</link>
		<dc:creator>João Santana</dc:creator>
		<pubDate>Tue, 29 Jun 2010 02:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=320#comment-7173</guid>
		<description>Thanks Brandon, was needing this for a small ubuntu server and it&#039;s working as it should.

It&#039;s worth to mention the fact that I learnt the hard-way (meaning pulling my hair out for a couple of hours) that the ScriptAlias directive on apache .conf had to be commented out in case it exists or else I was having a 404 error to an incorrect cgi path when i clicked on any .php file.

Thx again.</description>
		<content:encoded><![CDATA[<p>Thanks Brandon, was needing this for a small ubuntu server and it&#8217;s working as it should.</p>
<p>It&#8217;s worth to mention the fact that I learnt the hard-way (meaning pulling my hair out for a couple of hours) that the ScriptAlias directive on apache .conf had to be commented out in case it exists or else I was having a 404 error to an incorrect cgi path when i clicked on any .php file.</p>
<p>Thx again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FastCGI with a PHP APC Opcode Cache by Jason Williams</title>
		<link>http://www.brandonturner.net/blog/2009/07/fastcgi_with_php_opcode_cache/comment-page-1/#comment-7172</link>
		<dc:creator>Jason Williams</dc:creator>
		<pubDate>Sun, 20 Jun 2010 22:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonturner.net/blog/?p=320#comment-7172</guid>
		<description>Hi Brandon,

Just wanted to echo the thanks of others here as I now have APC+FastCGI setup as you described, and it&#039;s working a treat.

I had a few gotcha&#039;s to contend with along the way as is only natural with different flavours of Linux. Now working great under Ubuntu 10.04 LTS. 

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Brandon,</p>
<p>Just wanted to echo the thanks of others here as I now have APC+FastCGI setup as you described, and it&#8217;s working a treat.</p>
<p>I had a few gotcha&#8217;s to contend with along the way as is only natural with different flavours of Linux. Now working great under Ubuntu 10.04 LTS. </p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
