<?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>Jonathan Hedley &#187; php</title>
	<atom:link href="http://jonathanhedley.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://jonathanhedley.com</link>
	<description>Winning at everything so that you don&#039;t have to.</description>
	<lastBuildDate>Wed, 18 Aug 2010 10:25:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A rant about PHP compilers in general and HipHop in particular</title>
		<link>http://jonathanhedley.com/links/2010/02/a-rant-about-php-compilers-in-general-and-hiphop-in-particular</link>
		<comments>http://jonathanhedley.com/links/2010/02/a-rant-about-php-compilers-in-general-and-hiphop-in-particular#comments</comments>
		<pubDate>Mon, 08 Feb 2010 21:58:26 +0000</pubDate>
		<dc:creator>Jonathan Hedley</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[enterprise architecture]]></category>
		<category><![CDATA[hiphop]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jonathanhedley.com/?p=234</guid>
		<description><![CDATA[I’ve heard the argument &#8220;you don’t need a compiler, since PHP is rarely the bottleneck&#8221; for many years. I think its complete bollox. But I wrote a compiler for PHP, so I would say that.
Unless your PHP server is sitting there idling (which is probably the case for many PHP servers out there), then you [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I’ve heard the argument &#8220;you don’t need a compiler, since PHP is rarely the bottleneck&#8221; for many years. I think its complete bollox. But I wrote a compiler for PHP, so I would say that.</p>
<p>Unless your PHP server is sitting there idling (which is probably the case for many PHP servers out there), then you could make use of a PHP compiler. For small timers, all components of your application are going to be sitting on the same box, contending for the same resources. Even if you assume the DB is the bottleneck, the resources the interpreter consumes could be more profitably spent on the DB.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jonathanhedley.com/links/2010/02/a-rant-about-php-compilers-in-general-and-hiphop-in-particular/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
