<?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>spiros.blog() &#187; php</title>
	<atom:link href="http://www.tzavellas.com/techblog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tzavellas.com/techblog</link>
	<description>Spiros Tzavellas’s blog, mostly on software development and Java.</description>
	<lastBuildDate>Fri, 24 Sep 2010 07:42:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP and persistent MySQL connections</title>
		<link>http://www.tzavellas.com/techblog/2006/11/14/php-and-persistent-mysql-connections/</link>
		<comments>http://www.tzavellas.com/techblog/2006/11/14/php-and-persistent-mysql-connections/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 19:59:28 +0000</pubDate>
		<dc:creator>spiros</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.tzavellas.com/techblog/?p=60</guid>
		<description><![CDATA[At the MySQL Performance Blog there is a very interesting article about PHP&#8216;s persistent MySQL connections (connection pooling) and why they are not enabled by default in the mysqli extension.]]></description>
			<content:encoded><![CDATA[<p>At the <a href="http://www.mysqlperformanceblog.com/">MySQL Performance Blog</a> there is a very interesting <a href="http://www.mysqlperformanceblog.com/2006/11/12/are-php-persistent-connections-evil/">article</a> about <a href="http://www.php.net">PHP</a>&#8216;s persistent <a href="http://www.mysql.com">MySQL</a> connections (connection pooling) and why they are not enabled by default in the <a href="http://gr.php.net/mysqli">mysqli</a> extension.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tzavellas.com/techblog/2006/11/14/php-and-persistent-mysql-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

