<?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>Intrepid Blog &#187; treasures</title>
	<atom:link href="http://blog.affien.com/archives/tag/treasures/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:47:37 +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>PHP&#8217;s hidden treasures</title>
		<link>http://blog.affien.com/archives/2006/01/30/phps-hidden-treasures/</link>
		<comments>http://blog.affien.com/archives/2006/01/30/phps-hidden-treasures/#comments</comments>
		<pubDate>Mon, 30 Jan 2006 18:37:39 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[treasures]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/01/30/phps-hidden-treasures/</guid>
		<description><![CDATA[I've complained a lot when I worked with PHP about PHP' [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve <a title="whinage" href="http://blog.w-nz.com/archives/2005/02/21/why-php-sucks-and-i-still-use-it/">complained a lot</a> when I worked with PHP about PHP&#8217;s terribly inefficient design; I&#8217;ve complained about it, just because it was PHP. The things I missed most in PHP, it seems, were actually there all along!</p>
<p>Behold <a title="Shared Memory Functions" href="http://nl2.php.net/manual/en/ref.shmop.php">shared memory</a> and <a title="Semaphore" href="http://nl2.php.net/manual/en/ref.sem.php">yet more IPC</a>.</p>
<p>One reason PHP really sucked was that you need to load small data from and to databases or files if you want to share it between page views. The whole concept of handling a request per page view is ridiculous too, IMO.</p>
<p>With those two libraries however, PHP pages could be way more efficient.</p>
<p>I wonder why the big PHP software haven&#8217;t used it. Lets hope it isn&#8217;t <em>portability</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2006/01/30/phps-hidden-treasures/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

