<?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 Konr Ness</title>
	<atom:link href="http://konrness.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://konrness.com</link>
	<description>PHP, Javascript, Zend Framework</description>
	<lastBuildDate>Mon, 07 May 2012 12:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on PHP Session Locks &#8211; How to Prevent Blocking Requests by David</title>
		<link>http://konrness.com/php5/how-to-prevent-blocking-php-requests/#comment-462</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 07 May 2012 12:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=57#comment-462</guid>
		<description>thx a lot. That solved my blocking problems :)</description>
		<content:encoded><![CDATA[<p>thx a lot. That solved my blocking problems :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Session Locks &#8211; How to Prevent Blocking Requests by Yihad</title>
		<link>http://konrness.com/php5/how-to-prevent-blocking-php-requests/#comment-461</link>
		<dc:creator>Yihad</dc:creator>
		<pubDate>Mon, 23 Apr 2012 10:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=57#comment-461</guid>
		<description>I love you and I wanna make you love.

Not really ^_^ but thanks from the deep of my heart</description>
		<content:encoded><![CDATA[<p>I love you and I wanna make you love.</p>
<p>Not really ^_^ but thanks from the deep of my heart</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Session Locks &#8211; How to Prevent Blocking Requests by php-locking</title>
		<link>http://konrness.com/php5/how-to-prevent-blocking-php-requests/#comment-452</link>
		<dc:creator>php-locking</dc:creator>
		<pubDate>Mon, 19 Mar 2012 11:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=57#comment-452</guid>
		<description>nice code..
thanks</description>
		<content:encoded><![CDATA[<p>nice code..<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Config Benchmark &#8211; JSON, Array, INI, XML, YAML by Zend Framework info &#124; Kerek egy ég alatt</title>
		<link>http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/#comment-445</link>
		<dc:creator>Zend Framework info &#124; Kerek egy ég alatt</dc:creator>
		<pubDate>Thu, 08 Mar 2012 21:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=148#comment-445</guid>
		<description>[...] Zend_Config Benchmark Elengedem a régit és befogadom az újat.Related posts: [...]</description>
		<content:encoded><![CDATA[<p>[...] Zend_Config Benchmark Elengedem a régit és befogadom az újat.Related posts: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Config Benchmark &#8211; JSON, Array, INI, XML, YAML by Greg Wilson</title>
		<link>http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/#comment-444</link>
		<dc:creator>Greg Wilson</dc:creator>
		<pubDate>Thu, 08 Mar 2012 20:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=148#comment-444</guid>
		<description>Glad I could help get you started on the benchmarks from http://drakos7.net/2012/02/zf-config-xml-vs-ini-showdown</description>
		<content:encoded><![CDATA[<p>Glad I could help get you started on the benchmarks from <a href="http://drakos7.net/2012/02/zf-config-xml-vs-ini-showdown" rel="nofollow">http://drakos7.net/2012/02/zf-config-xml-vs-ini-showdown</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Config Benchmark &#8211; JSON, Array, INI, XML, YAML by Anton Shevchuk</title>
		<link>http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/#comment-443</link>
		<dc:creator>Anton Shevchuk</dc:creator>
		<pubDate>Thu, 08 Mar 2012 19:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=148#comment-443</guid>
		<description>Hi, try to set ignoreConstants to true and post new results ;)

P.S. Require &#039;config.php&#039; with &quot;return array()&quot; - always faster than any object with method toArray() (called every time when some package works with Zend_Config)</description>
		<content:encoded><![CDATA[<p>Hi, try to set ignoreConstants to true and post new results ;)</p>
<p>P.S. Require &#8216;config.php&#8217; with &#8220;return array()&#8221; &#8211; always faster than any object with method toArray() (called every time when some package works with Zend_Config)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Session Locks &#8211; How to Prevent Blocking Requests by lubosdz</title>
		<link>http://konrness.com/php5/how-to-prevent-blocking-php-requests/#comment-442</link>
		<dc:creator>lubosdz</dc:creator>
		<pubDate>Thu, 08 Mar 2012 19:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=57#comment-442</guid>
		<description>Uff, I was not aware of such SESSION behaviour even after 10+ yrs of PHP experience... very nice, thanx!</description>
		<content:encoded><![CDATA[<p>Uff, I was not aware of such SESSION behaviour even after 10+ yrs of PHP experience&#8230; very nice, thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Config Benchmark &#8211; JSON, Array, INI, XML, YAML by Konr Ness</title>
		<link>http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/#comment-441</link>
		<dc:creator>Konr Ness</dc:creator>
		<pubDate>Thu, 08 Mar 2012 02:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=148#comment-441</guid>
		<description>&lt;a href=&quot;#comment-438&quot; rel=&quot;nofollow&quot;&gt;@Errol Sayre &lt;/a&gt; 
Something deep inside me still says that JSON should never be hand-written.</description>
		<content:encoded><![CDATA[<p><a href="#comment-438" rel="nofollow">@Errol Sayre </a><br />
Something deep inside me still says that JSON should never be hand-written.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Config Benchmark &#8211; JSON, Array, INI, XML, YAML by Konr Ness</title>
		<link>http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/#comment-440</link>
		<dc:creator>Konr Ness</dc:creator>
		<pubDate>Thu, 08 Mar 2012 02:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=148#comment-440</guid>
		<description>&lt;a href=&quot;#comment-439&quot; rel=&quot;nofollow&quot;&gt;@Balbuzar &lt;/a&gt; 
Thanks, I have updated the benchmark to include the serialized array version returning a Zend_Config object.</description>
		<content:encoded><![CDATA[<p><a href="#comment-439" rel="nofollow">@Balbuzar </a><br />
Thanks, I have updated the benchmark to include the serialized array version returning a Zend_Config object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Config Benchmark &#8211; JSON, Array, INI, XML, YAML by Balbuzar</title>
		<link>http://konrness.com/php5/zend_config-benchmark-json-array-ini-xml-yaml/#comment-439</link>
		<dc:creator>Balbuzar</dc:creator>
		<pubDate>Wed, 07 Mar 2012 16:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://konrness.com/?p=148#comment-439</guid>
		<description>Could you add this one ?
Like:
$config = new Zend_Config(require &#039;config.php&#039;);
with config.php:

It may be the fastest</description>
		<content:encoded><![CDATA[<p>Could you add this one ?<br />
Like:<br />
$config = new Zend_Config(require &#8216;config.php&#8217;);<br />
with config.php:</p>
<p>It may be the fastest</p>
]]></content:encoded>
	</item>
</channel>
</rss>

