<?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: cakeswxphp: simpler and on cake 1.2</title>
	<atom:link href="http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakeswxphp-simpler-and-on-cake-12</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 02:22:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: patate</title>
		<link>http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/comment-page-1/#comment-7946</link>
		<dc:creator>patate</dc:creator>
		<pubDate>Sun, 09 Mar 2008 22:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/#comment-7946</guid>
		<description>Bbbug ?

cake_gateway_init.php : check out the comments

if(!defined(&#039;CORE_PATH&#039;))
{
        if(function_exists(&#039;ini_set&#039;))
        {
                ini_set(&#039;include_path&#039;,ini_get(&#039;include_path&#039;).PATH_SEPARATOR.CAKE_CORE_INCLUDE_PATH.PATH_SEPARATOR.ROOT.DS.APP_DIR.DS);
                //define(&#039;APP_PATH&#039;, null);
                //define(&#039;CORE_PATH&#039;, null);
        }
        //else
        //{
                define(&#039;APP_PATH&#039;, ROOT.DS.APP_DIR.DS);
                define(&#039;CORE_PATH&#039;, CAKE_CORE_INCLUDE_PATH.DS);
        //}
}
require CORE_PATH.&#039;cake&#039;.DS.&#039;bootstrap.php&#039;;</description>
		<content:encoded><![CDATA[<p>Bbbug ?</p>
<p>cake_gateway_init.php : check out the comments</p>
<p>if(!defined(&#8216;CORE_PATH&#8217;))<br />
{<br />
        if(function_exists(&#8216;ini_set&#8217;))<br />
        {<br />
                ini_set(&#8216;include_path&#8217;,ini_get(&#8216;include_path&#8217;).PATH_SEPARATOR.CAKE_CORE_INCLUDE_PATH.PATH_SEPARATOR.ROOT.DS.APP_DIR.DS);<br />
                //define(&#8216;APP_PATH&#8217;, null);<br />
                //define(&#8216;CORE_PATH&#8217;, null);<br />
        }<br />
        //else<br />
        //{<br />
                define(&#8216;APP_PATH&#8217;, ROOT.DS.APP_DIR.DS);<br />
                define(&#8216;CORE_PATH&#8217;, CAKE_CORE_INCLUDE_PATH.DS);<br />
        //}<br />
}<br />
require CORE_PATH.&#8217;cake&#8217;.DS.&#8217;bootstrap.php&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiang</title>
		<link>http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/comment-page-1/#comment-6885</link>
		<dc:creator>kiang</dc:creator>
		<pubDate>Mon, 21 Jan 2008 07:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/#comment-6885</guid>
		<description>I don&#039;t know if I found the reason. I just removed pecl/apc from my server and then the result became similar with your benchmark. Sorry for post the message without more testing.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if I found the reason. I just removed pecl/apc from my server and then the result became similar with your benchmark. Sorry for post the message without more testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wouter</title>
		<link>http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/comment-page-1/#comment-6861</link>
		<dc:creator>wouter</dc:creator>
		<pubDate>Sun, 20 Jan 2008 18:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/#comment-6861</guid>
		<description>hey kiang,

I ran some benchmarks myself. You can see the results in my latest blog post: http://blog.aboutme.be/2008/01/20/benchmarking-cakeswxamfphp/

CakePHP &amp; AMF is slower then the native amfphp. However, I didn&#039;t get such a slowdown as you have here...</description>
		<content:encoded><![CDATA[<p>hey kiang,</p>
<p>I ran some benchmarks myself. You can see the results in my latest blog post: <a href="http://blog.aboutme.be/2008/01/20/benchmarking-cakeswxamfphp/" rel="nofollow">http://blog.aboutme.be/2008/01/20/benchmarking-cakeswxamfphp/</a></p>
<p>CakePHP &#038; AMF is slower then the native amfphp. However, I didn&#8217;t get such a slowdown as you have here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiang</title>
		<link>http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/comment-page-1/#comment-6857</link>
		<dc:creator>kiang</dc:creator>
		<pubDate>Sun, 20 Jan 2008 15:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/#comment-6857</guid>
		<description>I met the performance issue in using this solution. The original method called through official amfphp took about 250ms, but the one without change to be called in CakePHP &amp; amf.php took more than 4000ms.</description>
		<content:encoded><![CDATA[<p>I met the performance issue in using this solution. The original method called through official amfphp took about 250ms, but the one without change to be called in CakePHP &amp; amf.php took more than 4000ms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patate</title>
		<link>http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/comment-page-1/#comment-6824</link>
		<dc:creator>patate</dc:creator>
		<pubDate>Sat, 19 Jan 2008 15:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/#comment-6824</guid>
		<description>Hey, thanks for this, ill test now. 

I think this SWX / cakephp integration has GREAT potential. Too bad this project does not have more visibility.</description>
		<content:encoded><![CDATA[<p>Hey, thanks for this, ill test now. </p>
<p>I think this SWX / cakephp integration has GREAT potential. Too bad this project does not have more visibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiang</title>
		<link>http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/comment-page-1/#comment-6119</link>
		<dc:creator>kiang</dc:creator>
		<pubDate>Fri, 28 Dec 2007 01:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2007/12/18/cakeswxphp-simpler-and-on-cake-12/#comment-6119</guid>
		<description>Thanks. I waited this for a long time.

I found one typo in swx/php/core/shared/adapters/zendrowsetAdapter.php , the php end tag. :)</description>
		<content:encoded><![CDATA[<p>Thanks. I waited this for a long time.</p>
<p>I found one typo in swx/php/core/shared/adapters/zendrowsetAdapter.php , the php end tag. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

