<?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: ColdFusion ORM and CFC Performance</title>
	<atom:link href="http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/</link>
	<description>My Views on ColdFusion, Java and related technologies</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:26:19 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tony petruzzi</title>
		<link>http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/comment-page-1/#comment-515</link>
		<dc:creator>tony petruzzi</dc:creator>
		<pubDate>Fri, 28 Aug 2009 00:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/#comment-515</guid>
		<description>never understood how the object creation performance could be so poor when there are so many other languages that run on top of the jvm that do use just fine, for instance, jruby.</description>
		<content:encoded><![CDATA[<p>never understood how the object creation performance could be so poor when there are so many other languages that run on top of the jvm that do use just fine, for instance, jruby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/comment-page-1/#comment-403</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 19 Jul 2009 01:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/#comment-403</guid>
		<description>I&#039;m curious how this will impact performance too, much of my development in CFML is a result of getting performance rather than following recommended programming paradigms, CFML kinda forces me off that line.

Just to note if you can&#039;t turn on trusted cache on your production box, then you have written your application wrong. The benefits are just too great.

The introduction of the ram file system is a huge help with that, and I can&#039;t wait to dig into it. I still think any sort of dynamic CFML will be slow though.

Keep up the info on CF9, I really enjoy your blog.</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious how this will impact performance too, much of my development in CFML is a result of getting performance rather than following recommended programming paradigms, CFML kinda forces me off that line.</p>
<p>Just to note if you can&#8217;t turn on trusted cache on your production box, then you have written your application wrong. The benefits are just too great.</p>
<p>The introduction of the ram file system is a huge help with that, and I can&#8217;t wait to dig into it. I still think any sort of dynamic CFML will be slow though.</p>
<p>Keep up the info on CF9, I really enjoy your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevan Stannard</title>
		<link>http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/comment-page-1/#comment-397</link>
		<dc:creator>Kevan Stannard</dc:creator>
		<pubDate>Fri, 17 Jul 2009 13:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/#comment-397</guid>
		<description>Thanks, Rupesh.</description>
		<content:encoded><![CDATA[<p>Thanks, Rupesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupesh Kumar</title>
		<link>http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/comment-page-1/#comment-395</link>
		<dc:creator>Rupesh Kumar</dc:creator>
		<pubDate>Fri, 17 Jul 2009 11:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/#comment-395</guid>
		<description>Thats bullet no 5 above. Whenever an object is created, you add all the method objects in the object and that too in both the scopes and that takes a significant amount of time. As the number of method increases, the time taken in adding the method objects onto cfc object increases and that increases the total object creation cost.</description>
		<content:encoded><![CDATA[<p>Thats bullet no 5 above. Whenever an object is created, you add all the method objects in the object and that too in both the scopes and that takes a significant amount of time. As the number of method increases, the time taken in adding the method objects onto cfc object increases and that increases the total object creation cost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevan Stannard</title>
		<link>http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/comment-page-1/#comment-389</link>
		<dc:creator>Kevan Stannard</dc:creator>
		<pubDate>Fri, 17 Jul 2009 08:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-and-cfc-performance/#comment-389</guid>
		<description>Thanks very much for the explanation. Can you provide any details about the impact of object creation with respect to the number of functions in a component? Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks very much for the explanation. Can you provide any details about the impact of object creation with respect to the number of functions in a component? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
