<?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 on: PHP+SCGI part 2: problem with eZComponents</title>
	<atom:link href="http://blog.milkfarmsoft.com/2007/06/phpscgi-part-2-problem-with-ezcomponents/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milkfarmsoft.com/2007/06/phpscgi-part-2-problem-with-ezcomponents/</link>
	<description>Programming for Mac and Web</description>
	<lastBuildDate>Thu, 04 Aug 2011 07:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: Outsourcing Philippines</title>
		<link>http://blog.milkfarmsoft.com/2007/06/phpscgi-part-2-problem-with-ezcomponents/comment-page-1/#comment-80030</link>
		<dc:creator>Outsourcing Philippines</dc:creator>
		<pubDate>Sun, 29 Mar 2009 10:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=52#comment-80030</guid>
		<description>that is nice</description>
		<content:encoded><![CDATA[<p>that is nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mazaaah!! &#187; Blog Archive &#187; Application Server com PHP?</title>
		<link>http://blog.milkfarmsoft.com/2007/06/phpscgi-part-2-problem-with-ezcomponents/comment-page-1/#comment-6037</link>
		<dc:creator>mazaaah!! &#187; Blog Archive &#187; Application Server com PHP?</dc:creator>
		<pubDate>Thu, 21 Jun 2007 14:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=52#comment-6037</guid>
		<description>[...] Outro post do autor: http://blog.milkfarmsoft.com/?p=52 [...]</description>
		<content:encoded><![CDATA[<p>[...] Outro post do autor: <a href="http://blog.milkfarmsoft.com/?p=52" rel="nofollow">http://blog.milkfarmsoft.com/?p=52</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: indeyets</title>
		<link>http://blog.milkfarmsoft.com/2007/06/phpscgi-part-2-problem-with-ezcomponents/comment-page-1/#comment-6034</link>
		<dc:creator>indeyets</dc:creator>
		<pubDate>Thu, 21 Jun 2007 12:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=52#comment-6034</guid>
		<description>kore:
Well, actually, in my own &quot;framework&quot; I don&#039;t have any cyclic references and all of the Singletones have manual &quot;destructors&quot;â€¦ And it doesn&#039;t add much complexity :)
So, it can be done (and leads to a very clean component-relations structure)

Though, I definitely wait for results of that GCoC project :)</description>
		<content:encoded><![CDATA[<p>kore:<br />
Well, actually, in my own &#8220;framework&#8221; I don&#8217;t have any cyclic references and all of the Singletones have manual &#8220;destructors&#8221;â€¦ And it doesn&#8217;t add much complexity <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
So, it can be done (and leads to a very clean component-relations structure)</p>
<p>Though, I definitely wait for results of that GCoC project <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://blog.milkfarmsoft.com/2007/06/phpscgi-part-2-problem-with-ezcomponents/comment-page-1/#comment-6033</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Thu, 21 Jun 2007 12:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=52#comment-6033</guid>
		<description>&lt;strong&gt;Alexey Zakhlestin&#039;s Blog: PHP+SCGI part 2: problem with eZComponents...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>Alexey Zakhlestin&#8217;s Blog: PHP+SCGI part 2: problem with eZComponents&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kore</title>
		<link>http://blog.milkfarmsoft.com/2007/06/phpscgi-part-2-problem-with-ezcomponents/comment-page-1/#comment-6032</link>
		<dc:creator>kore</dc:creator>
		<pubDate>Thu, 21 Jun 2007 11:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=52#comment-6032</guid>
		<description>I am happy, that you are using ezcGraph for your tests, but the problem you mention is one of the major causes, why PHP does not (yet) work very well as an (application) server. PHP was never designed to run longer then responding to one request and therefore does not care that much about memory cleanup. Freeing cyclic references is up to the engine and (imho) should not be addressed in an component / application itself.

You may want to have a look as the GSoC project to cleanup cyclic references in PHP, mentored by Derick, which most probably will fix this for you.

For now you of course have a problem here, but I would expect, that you get this with nearly each object orientated application / component you may use.</description>
		<content:encoded><![CDATA[<p>I am happy, that you are using ezcGraph for your tests, but the problem you mention is one of the major causes, why PHP does not (yet) work very well as an (application) server. PHP was never designed to run longer then responding to one request and therefore does not care that much about memory cleanup. Freeing cyclic references is up to the engine and (imho) should not be addressed in an component / application itself.</p>
<p>You may want to have a look as the GSoC project to cleanup cyclic references in PHP, mentored by Derick, which most probably will fix this for you.</p>
<p>For now you of course have a problem here, but I would expect, that you get this with nearly each object orientated application / component you may use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

